From 213c0a8fbb875dc32890b45fd879fa0791fea080 Mon Sep 17 00:00:00 2001 From: uebayasi Date: Tue, 30 Mar 2004 06:44:53 +0000 Subject: * PKGNAME_NOREV for WRKSRC. * Remove useless use of subshell. --- archivers/upx/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'archivers') diff --git a/archivers/upx/Makefile b/archivers/upx/Makefile index 5b0c6b4fae2..d6c18a98246 100644 --- a/archivers/upx/Makefile +++ b/archivers/upx/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2004/01/22 07:18:44 grant Exp $ +# $NetBSD: Makefile,v 1.4 2004/03/30 06:44:53 uebayasi Exp $ DISTNAME= upx-1.24-src PKGNAME= ${DISTNAME:S/-src//} @@ -11,14 +11,14 @@ COMMENT= Ultimate packer for executables DEPENDS+= ucl>=1.01:../../devel/ucl -WRKSRC= ${WRKDIR}/${PKGNAME} +WRKSRC= ${WRKDIR}/${PKGNAME_NOREV} USE_GNU_TOOLS+= make USE_PERL5= build do-build: - (cd ${WRKSRC}/src && ${GMAKE} PREFIX=${PREFIX} target=netbsd) - (cd ${WRKSRC}/doc && ${GMAKE}) + cd ${WRKSRC}/src && ${GMAKE} PREFIX=${PREFIX} target=netbsd + cd ${WRKSRC}/doc && ${GMAKE} do-install: ${INSTALL_PROGRAM} ${WRKSRC}/src/upx ${PREFIX}/bin -- cgit v1.2.3