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/unalz | |
parent | f17eaf9fb2bc2f4ea0e509c76e23b18564b66666 (diff) | |
download | pkgsrc-fd6fe8cd7f825b878e88a1de1a298848e0cdd553.tar.gz |
"user-destdir" is default these days
Diffstat (limited to 'archivers/unalz')
-rw-r--r-- | archivers/unalz/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/archivers/unalz/Makefile b/archivers/unalz/Makefile index c4ea547ded6..8e978702d4a 100644 --- a/archivers/unalz/Makefile +++ b/archivers/unalz/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2012/06/14 08:25:17 dholland Exp $ +# $NetBSD: Makefile,v 1.14 2012/09/11 19:47:02 asau Exp $ # DISTNAME= unalz-0.61 @@ -11,7 +11,6 @@ HOMEPAGE= http://www.kipple.pe.kr/win/unalz/ COMMENT= Alzip archive (.alz) extractor PKG_INSTALLATION_TYPES= overwrite pkgviews -PKG_DESTDIR_SUPPORT= user-destdir BUILD_TARGET= posix-utf8 USE_LANGUAGES= c c++ |