diff options
author | agc <agc> | 2004-01-20 12:07:06 +0000 |
---|---|---|
committer | agc <agc> | 2004-01-20 12:07:06 +0000 |
commit | 0bc53217fe50327f0f59e7136db15f92f75951d9 (patch) | |
tree | 28fc431efa48feea798736cefee933a6529a5c91 /archivers/upx | |
parent | 4ef418cfdcfbcc2f20fac9453fb8f2e2d95bf05a (diff) | |
download | pkgsrc-0bc53217fe50327f0f59e7136db15f92f75951d9.tar.gz |
Move WRKSRC definition away from the first paragraph in a Makefile.
Diffstat (limited to 'archivers/upx')
-rw-r--r-- | archivers/upx/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/archivers/upx/Makefile b/archivers/upx/Makefile index 673e61a5c27..55e8f5d3b1a 100644 --- a/archivers/upx/Makefile +++ b/archivers/upx/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.1.1.1 2004/01/07 15:12:59 ben Exp $ +# $NetBSD: Makefile,v 1.2 2004/01/20 12:07:07 agc Exp $ DISTNAME= upx-1.24-src PKGNAME= ${DISTNAME:S/-src//} -WRKSRC= ${WRKDIR}/${PKGNAME} CATEGORIES= misc archivers MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=upx/} @@ -12,6 +11,8 @@ COMMENT= Ultimate packer for executables DEPENDS+= ucl>=1.01:../../devel/ucl +WRKSRC= ${WRKDIR}/${PKGNAME} + USE_GMAKE= yes USE_PERL5= build |