diff options
author | hans <hans> | 2012-02-15 19:24:39 +0000 |
---|---|---|
committer | hans <hans> | 2012-02-15 19:24:39 +0000 |
commit | 96a4729a1572a9d1597778258bc1dce2e34dccb9 (patch) | |
tree | dcb42114f2c9e83cc2f7c1769840c163d9c24cb5 /archivers/unzip | |
parent | 6f5e6415695c46e978551cf9394d15037acb7960 (diff) | |
download | pkgsrc-96a4729a1572a9d1597778258bc1dce2e34dccb9.tar.gz |
REPLACE_SH on installed shell script.
Diffstat (limited to 'archivers/unzip')
-rw-r--r-- | archivers/unzip/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/archivers/unzip/Makefile b/archivers/unzip/Makefile index eac5fb9172a..dd6314e58a3 100644 --- a/archivers/unzip/Makefile +++ b/archivers/unzip/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.79 2011/12/28 20:07:34 adam Exp $ +# $NetBSD: Makefile,v 1.80 2012/02/15 19:24:39 hans Exp $ DISTNAME= unzip60 PKGNAME= unzip-6.0 @@ -14,6 +14,8 @@ LICENSE= info-zip PKG_INSTALLATION_TYPES= overwrite pkgviews PKG_DESTDIR_SUPPORT= user-destdir +REPLACE_SH= unix/zipgrep + USE_TOOLS+= gmake CONFLICTS= fcrackzip<1.0nb1 |