summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authormartti <martti@pkgsrc.org>2009-05-12 11:09:26 +0000
committermartti <martti@pkgsrc.org>2009-05-12 11:09:26 +0000
commit5b0ba6703c99828b0b8c6be7f89fe7e95e9cfad8 (patch)
tree293fee09a9da71a3f98e81d8892794bcb6b65a3a /www
parent342f00e2d483ed85e5a1babbf4d1cea9a797785a (diff)
downloadpkgsrc-5b0ba6703c99828b0b8c6be7f89fe7e95e9cfad8.tar.gz
Added PKG_DESTDIR_SUPPORT=user-destdir
Diffstat (limited to 'www')
-rw-r--r--www/p5-URI-Escape-XS/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/www/p5-URI-Escape-XS/Makefile b/www/p5-URI-Escape-XS/Makefile
index 4c0dfeefabd..b28f0165be8 100644
--- a/www/p5-URI-Escape-XS/Makefile
+++ b/www/p5-URI-Escape-XS/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2009/04/29 22:47:35 sno Exp $
+# $NetBSD: Makefile,v 1.4 2009/05/12 11:09:26 martti Exp $
DISTNAME= URI-Escape-XS-0.05
PKGNAME= p5-${DISTNAME}
@@ -12,6 +12,8 @@ LICENSE= gnu-gpl-v2 # OR artistic
DEPENDS+= p5-URI>=1.35:../../www/p5-URI
+PKG_DESTDIR_SUPPORT= user-destdir
+
PERL5_PACKLIST= auto/URI/Escape/XS/.packlist
.include "../../lang/perl5/module.mk"