diff options
Diffstat (limited to 'archivers/upx/Makefile')
-rw-r--r-- | archivers/upx/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/archivers/upx/Makefile b/archivers/upx/Makefile index b2c3607eb15..f47c1054433 100644 --- a/archivers/upx/Makefile +++ b/archivers/upx/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.19 2012/09/11 19:47:02 asau Exp $ +# $NetBSD: Makefile,v 1.20 2012/10/03 21:53:54 wiz Exp $ DISTNAME= upx-3.08-src PKGNAME= ${DISTNAME:S/-src//} +PKGREVISION= 1 CATEGORIES= misc archivers MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=upx/} EXTRACT_SUFX= .tar.bz2 |