diff options
author | agc <agc@pkgsrc.org> | 2001-12-15 20:25:34 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 2001-12-15 20:25:34 +0000 |
commit | ccff9099bcc040b948d88c32959fa8204a9900f4 (patch) | |
tree | 8f67a7596dd99f5fb7729eb89ce6b6a3af3c8f95 /x11 | |
parent | 36ce7249f893aba53d41fe7e3db33c37e3ba143a (diff) | |
download | pkgsrc-ccff9099bcc040b948d88c32959fa8204a9900f4.tar.gz |
Modify all references to PKGSRCDIR to _PKGSRCDIR, except in the external
references of the pkglint package.
_PKGSRCDIR is an internal definition in bsd.pkg.mk, and a few packages
which would like to refer to other packages in the build tree. It should
not be set by users, but neither should it stop a user from building a
package if it is defined, so make it obvious that this is the case.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/9term/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/x11/9term/Makefile b/x11/9term/Makefile index e5ec2fa38d6..67447d39f1b 100644 --- a/x11/9term/Makefile +++ b/x11/9term/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2001/09/09 20:36:54 agc Exp $ +# $NetBSD: Makefile,v 1.8 2001/12/15 20:25:39 agc Exp $ # FreeBSD Id: Makefile,v 1.5 1996/12/07 23:43:56 asami Exp # @@ -13,13 +13,13 @@ COMMENT= X11 program which emulates a plan9 window DEPENDS+= sam-4.3nb1:../../editors/sam -USE_X11= yes - NOT_FOR_PLATFORM= *-*-alpha #LP64 Problems +USE_BUILDLINK_ONLY= yes + MANCOMPRESSED= yes WRKSRC= ${WRKDIR} -MAKE_ENV+= WRKDIR=${WRKDIR} PKGSRCDIR=${PKGSRCDIR} \ - X11PREFIX=${X11PREFIX} +MAKE_ENV+= WRKDIR=${WRKDIR} X11PREFIX=${X11PREFIX} +.include "../../mk/x11.buildlink.mk" .include "../../mk/bsd.pkg.mk" |