summaryrefslogtreecommitdiff
path: root/archivers/upx/Makefile
diff options
context:
space:
mode:
authoragc <agc>2004-01-20 12:07:06 +0000
committeragc <agc>2004-01-20 12:07:06 +0000
commit06f56759ab83097f935dffe578fb2580c3043d6b (patch)
tree28fc431efa48feea798736cefee933a6529a5c91 /archivers/upx/Makefile
parent4d370739c847b8a33d050da71dc46a270cd4b967 (diff)
downloadpkgsrc-06f56759ab83097f935dffe578fb2580c3043d6b.tar.gz
Move WRKSRC definition away from the first paragraph in a Makefile.
Diffstat (limited to 'archivers/upx/Makefile')
-rw-r--r--archivers/upx/Makefile5
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