diff options
author | rillig <rillig> | 2005-05-25 22:53:55 +0000 |
---|---|---|
committer | rillig <rillig> | 2005-05-25 22:53:55 +0000 |
commit | f6baf88bf7bd4f6833a499c681541fee100da6b7 (patch) | |
tree | 46554dd58a636fe16d1aae1894cffa8d7f960945 /archivers/upx | |
parent | aecd01b3a2c42bf6dbe46f2c6d16c86333aa0210 (diff) | |
download | pkgsrc-f6baf88bf7bd4f6833a499c681541fee100da6b7.tar.gz |
Converted USE_PERL5 to USE_TOOLS.
Diffstat (limited to 'archivers/upx')
-rw-r--r-- | archivers/upx/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/archivers/upx/Makefile b/archivers/upx/Makefile index 1d3b3ae523d..555cfc92c5b 100644 --- a/archivers/upx/Makefile +++ b/archivers/upx/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2005/05/22 20:07:37 jlam Exp $ +# $NetBSD: Makefile,v 1.9 2005/05/25 22:53:55 rillig Exp $ DISTNAME= upx-1.25-src PKGNAME= ${DISTNAME:S/-src//} @@ -11,8 +11,7 @@ COMMENT= Ultimate packer for executables WRKSRC= ${WRKDIR}/${PKGNAME_NOREV} -USE_TOOLS+= gmake -USE_PERL5= build +USE_TOOLS+= gmake perl do-build: cd ${WRKSRC}/src && ${SETENV} ${MAKE_ENV} \ |