diff options
author | agc <agc@pkgsrc.org> | 2004-01-20 12:07:06 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 2004-01-20 12:07:06 +0000 |
commit | 3a111113dcf15a2b040e07ba3513ace1fed6fea6 (patch) | |
tree | 28fc431efa48feea798736cefee933a6529a5c91 /archivers/xbin | |
parent | 6e91cb59f4f7438fb915bac8df227587a9c83e61 (diff) | |
download | pkgsrc-3a111113dcf15a2b040e07ba3513ace1fed6fea6.tar.gz |
Move WRKSRC definition away from the first paragraph in a Makefile.
Diffstat (limited to 'archivers/xbin')
-rw-r--r-- | archivers/xbin/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/archivers/xbin/Makefile b/archivers/xbin/Makefile index b15fe9da5f3..f5c46edd5aa 100644 --- a/archivers/xbin/Makefile +++ b/archivers/xbin/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.11 2003/07/21 16:24:41 martti Exp $ +# $NetBSD: Makefile,v 1.12 2004/01/20 12:07:07 agc Exp $ # DISTNAME= ${PRGNAME}unix PKGNAME= ${PRGNAME}-2.3 -WRKSRC= ${WRKDIR} CATEGORIES= archivers MASTER_SITES= ftp://sunsite.unc.edu/pub/packages/TeX/tools/xbin/ DISTFILES= ${DISTNAME}.c ${PRGNAME}.man @@ -15,6 +14,7 @@ RESTRICTED= "May not be sold without permission" NO_SRC_ON_CDROM=${RESTRICTED} NO_BIN_ON_CDROM=${RESTRICTED} +WRKSRC= ${WRKDIR} USE_BUILDLINK2= # defined PRGNAME= xbin |