diff options
Diffstat (limited to 'archivers/rzip/Makefile')
-rw-r--r-- | archivers/rzip/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/archivers/rzip/Makefile b/archivers/rzip/Makefile index 971357351fc..e81b506f586 100644 --- a/archivers/rzip/Makefile +++ b/archivers/rzip/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2009/02/09 23:37:17 joerg Exp $ +# $NetBSD: Makefile,v 1.11 2012/09/11 19:47:01 asau Exp $ DISTNAME= rzip-2.1 CATEGORIES= archivers @@ -8,8 +8,6 @@ MAINTAINER= carton@Ivy.NET HOMEPAGE= http://rzip.samba.org/ COMMENT= Create or extract .rz files, like gzip but smaller -PKG_DESTDIR_SUPPORT= user-destdir - GNU_CONFIGURE= yes INSTALL_MAKE_FLAGS+= INSTALL_BIN=${DESTDIR}${PREFIX}/bin \ INSTALL_MAN=${DESTDIR}${PREFIX}/${PKGMANDIR} |