diff options
author | heinz <heinz@pkgsrc.org> | 2008-01-08 22:49:47 +0000 |
---|---|---|
committer | heinz <heinz@pkgsrc.org> | 2008-01-08 22:49:47 +0000 |
commit | 3607b63a81a1d594c2b97cbef2927eb362e5d85c (patch) | |
tree | 7341268849f77eb78006c826c8c06f257ca6f56c /textproc | |
parent | c486aee51dea9a09eeb8c743f8b5b0b3949a53c0 (diff) | |
download | pkgsrc-3607b63a81a1d594c2b97cbef2927eb362e5d85c.tar.gz |
The package supports installation to DESTDIR.
No compiler necessary.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/p5-YAML/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/textproc/p5-YAML/Makefile b/textproc/p5-YAML/Makefile index 98643ba823f..e409c1b9b21 100644 --- a/textproc/p5-YAML/Makefile +++ b/textproc/p5-YAML/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2007/11/29 14:19:49 wiz Exp $ +# $NetBSD: Makefile,v 1.14 2008/01/08 22:49:47 heinz Exp $ DISTNAME= YAML-0.66 PKGNAME= p5-${DISTNAME} @@ -9,8 +9,10 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://search.cpan.org/dist/YAML/ COMMENT= YAML implementation for Perl +PKG_DESTDIR_SUPPORT= user-destdir PKG_INSTALLATION_TYPES= overwrite pkgviews +USE_LANGUAGES= # empty PERL5_PACKLIST= auto/YAML/.packlist MAKE_PARAMS+= < /dev/null |