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 00c87334d63..3924c2ff642 100644 --- a/archivers/upx/Makefile +++ b/archivers/upx/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.22 2014/05/26 01:30:39 rodent Exp $ +# $NetBSD: Makefile,v 1.23 2014/05/29 23:35:13 wiz Exp $ DISTNAME= upx-3.91-src PKGNAME= ${DISTNAME:S/-src//1} +PKGREVISION= 2 CATEGORIES= archivers MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=upx/} EXTRACT_SUFX= .tar.bz2 |