diff options
author | joerg <joerg> | 2008-03-08 13:51:08 +0000 |
---|---|---|
committer | joerg <joerg> | 2008-03-08 13:51:08 +0000 |
commit | 0e3477d982dd72173cee94e5f1ebd55380566406 (patch) | |
tree | b64d7cb44aa8751efdb0b8f91a2ed4c874e73a4f /archivers/p5-Archive-Zip | |
parent | a56ca6f67032ed46f6cadabe75065b558a6432c6 (diff) | |
download | pkgsrc-0e3477d982dd72173cee94e5f1ebd55380566406.tar.gz |
Support DESTDIR.
Diffstat (limited to 'archivers/p5-Archive-Zip')
-rw-r--r-- | archivers/p5-Archive-Zip/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/archivers/p5-Archive-Zip/Makefile b/archivers/p5-Archive-Zip/Makefile index 76c91cc0b90..2dda558dd77 100644 --- a/archivers/p5-Archive-Zip/Makefile +++ b/archivers/p5-Archive-Zip/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.21 2007/02/27 13:56:11 wiz Exp $ +# $NetBSD: Makefile,v 1.22 2008/03/08 13:51:08 joerg Exp $ DISTNAME= Archive-Zip-1.18 PKGNAME= p5-${DISTNAME} @@ -14,6 +14,7 @@ DEPENDS+= p5-Compress-Zlib-[0-9]*:../../devel/p5-Compress-Zlib DEPENDS+= p5-File-Which-[0-9]*:../../devel/p5-File-Which PKG_INSTALLATION_TYPES= overwrite pkgviews +PKG_DESTDIR_SUPPORT= user-destdir USE_LANGUAGES= # empty PERL5_PACKLIST= auto/Archive/Zip/.packlist |