diff options
author | heinz <heinz@pkgsrc.org> | 2007-07-01 17:24:58 +0000 |
---|---|---|
committer | heinz <heinz@pkgsrc.org> | 2007-07-01 17:24:58 +0000 |
commit | e3f2086dc76f3a41ee05fd613d22b13ab3fc761c (patch) | |
tree | 3c98122a600fe4b9cc669c29ed879ab1e1c666de /www | |
parent | ba5c2106a8144425c57e9e3cb6a8d9a5e95f2c12 (diff) | |
download | pkgsrc-e3f2086dc76f3a41ee05fd613d22b13ab3fc761c.tar.gz |
The package supports installation to DESTDIR.
Diffstat (limited to 'www')
-rw-r--r-- | www/p5-WWW-Mechanize/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/p5-WWW-Mechanize/Makefile b/www/p5-WWW-Mechanize/Makefile index 357d7b28cb1..ad1c32af964 100644 --- a/www/p5-WWW-Mechanize/Makefile +++ b/www/p5-WWW-Mechanize/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2007/07/01 17:22:12 heinz Exp $ +# $NetBSD: Makefile,v 1.15 2007/07/01 17:24:58 heinz Exp $ # DISTNAME= WWW-Mechanize-1.30 @@ -18,6 +18,7 @@ DEPENDS+= p5-URI>=1.30:../../www/p5-URI # if not set explicitly MAKE_PARAMS+= --mech-dump --nolive +PKG_DESTDIR_SUPPORT= user-destdir PKG_INSTALLATION_TYPES= overwrite pkgviews USE_LANGUAGES= # empty |