diff options
author | asau <asau> | 2012-09-11 19:46:58 +0000 |
---|---|---|
committer | asau <asau> | 2012-09-11 19:46:58 +0000 |
commit | 9e030e13502b9436ffadba8ce4de83147148f5f2 (patch) | |
tree | d5d607161814a547b906120f250b266ef8b598a7 /archivers/unzip | |
parent | 617b4b68f22d8314c894cfb130f6e0b1fa27462d (diff) | |
download | pkgsrc-9e030e13502b9436ffadba8ce4de83147148f5f2.tar.gz |
"user-destdir" is default these days
Diffstat (limited to 'archivers/unzip')
-rw-r--r-- | archivers/unzip/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/archivers/unzip/Makefile b/archivers/unzip/Makefile index 7aa574e03ce..61d0b038203 100644 --- a/archivers/unzip/Makefile +++ b/archivers/unzip/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.82 2012/04/27 06:55:50 wiz Exp $ +# $NetBSD: Makefile,v 1.83 2012/09/11 19:47:02 asau Exp $ DISTNAME= unzip60 PKGNAME= unzip-6.0 @@ -13,7 +13,6 @@ COMMENT= List, test and extract compressed files in a ZIP archive LICENSE= info-zip PKG_INSTALLATION_TYPES= overwrite pkgviews -PKG_DESTDIR_SUPPORT= user-destdir REPLACE_SH= unix/zipgrep |