diff options
author | joerg <joerg> | 2008-06-12 02:14:13 +0000 |
---|---|---|
committer | joerg <joerg> | 2008-06-12 02:14:13 +0000 |
commit | 39d7fb93432416d872ed34e0025741cc93068c06 (patch) | |
tree | c12b9c282e2706cb6bac87456615dfdf2b256e55 /textproc/p5-Pod-Simple | |
parent | cce8b72ae5b66d3a54ac565ef8ac6780597301bc (diff) | |
download | pkgsrc-39d7fb93432416d872ed34e0025741cc93068c06.tar.gz |
Add DESTDIR support.
Diffstat (limited to 'textproc/p5-Pod-Simple')
-rw-r--r-- | textproc/p5-Pod-Simple/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/p5-Pod-Simple/Makefile b/textproc/p5-Pod-Simple/Makefile index f7aa4bbfe83..cffa390b8a6 100644 --- a/textproc/p5-Pod-Simple/Makefile +++ b/textproc/p5-Pod-Simple/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2007/06/10 09:43:02 obache Exp $ +# $NetBSD: Makefile,v 1.14 2008/06/12 02:14:48 joerg Exp $ DISTNAME= Pod-Simple-3.05 PKGNAME= p5-${DISTNAME} @@ -12,6 +12,7 @@ COMMENT= Simple framework for parsing Pod DEPENDS+= p5-Pod-Escapes>=1.04:../../textproc/p5-Pod-Escapes PKG_INSTALLATION_TYPES= overwrite pkgviews +PKG_DESTDIR_SUPPORT= user-destdir PERL5_PACKLIST= auto/Pod/Simple/.packlist |