diff options
author | joerg <joerg> | 2008-06-12 02:14:13 +0000 |
---|---|---|
committer | joerg <joerg> | 2008-06-12 02:14:13 +0000 |
commit | 39d7fb93432416d872ed34e0025741cc93068c06 (patch) | |
tree | c12b9c282e2706cb6bac87456615dfdf2b256e55 /x11/9term | |
parent | cce8b72ae5b66d3a54ac565ef8ac6780597301bc (diff) | |
download | pkgsrc-39d7fb93432416d872ed34e0025741cc93068c06.tar.gz |
Add DESTDIR support.
Diffstat (limited to 'x11/9term')
-rw-r--r-- | x11/9term/Makefile | 6 | ||||
-rw-r--r-- | x11/9term/distinfo | 4 | ||||
-rw-r--r-- | x11/9term/patches/patch-ac | 10 |
3 files changed, 12 insertions, 8 deletions
diff --git a/x11/9term/Makefile b/x11/9term/Makefile index 896ac8f0045..eeb82427a9a 100644 --- a/x11/9term/Makefile +++ b/x11/9term/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.21 2007/01/11 15:01:14 joerg Exp $ +# $NetBSD: Makefile,v 1.22 2008/06/12 02:14:56 joerg Exp $ DISTNAME= 9term.1.6.3 PKGNAME= 9term-1.6.3 @@ -10,6 +10,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.psrg.cs.usyd.edu.au/~matty/9term/index.html COMMENT= X11 program which emulates a plan9 window +PKG_DESTDIR_SUPPORT= user-destdir + BUILDLINK_DEPMETHOD.sam= full NOT_FOR_PLATFORM= *-*-alpha #LP64 Problems @@ -19,6 +21,8 @@ WRKSRC= ${WRKDIR} MANCOMPRESSED= yes MAKE_ENV+= SAM_DIR=${BUILDLINK_PREFIX.sam} +INSTALLATION_DIRS= bin ${PKGMANDIR}/man1 + .include "../../editors/sam/buildlink3.mk" .include "../../x11/libXt/buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/x11/9term/distinfo b/x11/9term/distinfo index f9564d3beec..19469512ecf 100644 --- a/x11/9term/distinfo +++ b/x11/9term/distinfo @@ -1,11 +1,11 @@ -$NetBSD: distinfo,v 1.6 2005/02/23 17:36:09 wiz Exp $ +$NetBSD: distinfo,v 1.7 2008/06/12 02:14:56 joerg Exp $ SHA1 (9term.1.6.3.tar.gz) = deb6248c9e441934ad8af522871034e24cb2bf5b RMD160 (9term.1.6.3.tar.gz) = cb5ba3c70c9d29b5c0cde2692b0bf56be05614fa Size (9term.1.6.3.tar.gz) = 135169 bytes SHA1 (patch-aa) = 8e06b589d762d0fd349b66a0e20a51f1ac728fd5 SHA1 (patch-ab) = c79dc4ef6bbc75112f8fe1e9ef3dafeb380a2d09 -SHA1 (patch-ac) = 500feea9198682d720314081d13a31e0e841940d +SHA1 (patch-ac) = c40285e9bdea8a4abf39689b9856099ee239ee23 SHA1 (patch-ad) = c9993356b66653c231be106e6f96d6e55a688f89 SHA1 (patch-ae) = 434af20bb9096e7a3580f00b415a94355d69fc88 SHA1 (patch-af) = d8de61ee74a08a58842fda21c4db3a471083faf3 diff --git a/x11/9term/patches/patch-ac b/x11/9term/patches/patch-ac index 5ba1ddd5bee..4c44755bb14 100644 --- a/x11/9term/patches/patch-ac +++ b/x11/9term/patches/patch-ac @@ -1,4 +1,4 @@ -$NetBSD: patch-ac,v 1.1.1.1 2000/12/14 00:57:42 wiz Exp $ +$NetBSD: patch-ac,v 1.2 2008/06/12 02:14:56 joerg Exp $ --- /dev/null Fri Sep 26 16:38:09 1997 +++ Makefile Fri Sep 26 16:44:28 1997 @@ -9,7 +9,7 @@ $NetBSD: patch-ac,v 1.1.1.1 2000/12/14 00:57:42 wiz Exp $ + (cd libtext; make) + (cd 9term; make) +install: -+ $(INSTALL) -c 9term/9term $(PREFIX)/bin/ -+ $(INSTALL) -c 9term/9term.1 $(PREFIX)/$(MAN)/man1/ -+ strip $(PREFIX)/bin/9term -+ gzip -9nf $(PREFIX)/man/man1/9term.1 ++ $(INSTALL) -c 9term/9term ${DESTDIR}$(PREFIX)/bin/ ++ $(INSTALL) -c 9term/9term.1 ${DESTDIR}$(PREFIX)/$(MAN)/man1/ ++ strip ${DESTDIR}$(PREFIX)/bin/9term ++ gzip -9nf ${DESTDIR}$(PREFIX)/man/man1/9term.1 |