diff options
author | asau <asau@pkgsrc.org> | 2012-09-11 19:46:58 +0000 |
---|---|---|
committer | asau <asau@pkgsrc.org> | 2012-09-11 19:46:58 +0000 |
commit | fd6fe8cd7f825b878e88a1de1a298848e0cdd553 (patch) | |
tree | d5d607161814a547b906120f250b266ef8b598a7 /archivers/pigz/Makefile | |
parent | f17eaf9fb2bc2f4ea0e509c76e23b18564b66666 (diff) | |
download | pkgsrc-fd6fe8cd7f825b878e88a1de1a298848e0cdd553.tar.gz |
"user-destdir" is default these days
Diffstat (limited to 'archivers/pigz/Makefile')
-rw-r--r-- | archivers/pigz/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/archivers/pigz/Makefile b/archivers/pigz/Makefile index f409a9a6e17..767bdd0dd13 100644 --- a/archivers/pigz/Makefile +++ b/archivers/pigz/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2012/08/05 00:47:45 wen Exp $ +# $NetBSD: Makefile,v 1.5 2012/09/11 19:47:00 asau Exp $ # DISTNAME= pigz-2.2.5 @@ -10,7 +10,6 @@ HOMEPAGE= http://zlib.net/pigz/ COMMENT= Parallel implementation of gzip LICENSE= modified-bsd -PKG_DESTDIR_SUPPORT= user-destdir INSTALLATION_DIRS= bin ${PKGMANDIR}/man1 share/doc/pigz BUILD_TARGET= pigz |