diff options
author | joerg <joerg@pkgsrc.org> | 2006-11-03 10:48:05 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2006-11-03 10:48:05 +0000 |
commit | fbec6f8112af26a7cbd8232b822694d63b206bd1 (patch) | |
tree | 2f220f874b72089c54c6c9480f2f2b1333c9bd0c /lang/perl5/Makefile | |
parent | 92ec2626cfe3cda49f76aa277afb43f11b234cef (diff) | |
download | pkgsrc-fbec6f8112af26a7cbd8232b822694d63b206bd1.tar.gz |
Further improve packlist logic to handle DESTDIR for Perl modules
as well. Perl itself is special as the DESTDIR does *not* end up
in the packlist, but for normal modules it does.
Diffstat (limited to 'lang/perl5/Makefile')
-rw-r--r-- | lang/perl5/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/perl5/Makefile b/lang/perl5/Makefile index efdf0c55f83..0c5ea50bbd3 100644 --- a/lang/perl5/Makefile +++ b/lang/perl5/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.123 2006/11/03 07:09:45 joerg Exp $ +# $NetBSD: Makefile,v 1.124 2006/11/03 10:48:05 joerg Exp $ DISTNAME= perl-5.8.8 PKGREVISION= 3 @@ -325,6 +325,7 @@ INSTALLATION_DIRS= bin ${PKGMANDIR}/man1 PERL5_PACKLIST_DIR_cmd= . ${WRKSRC}/config.sh; echo $$installarchlib PERL5_PACKLIST_DIR= ${PERL5_PACKLIST_DIR_cmd:sh} PERL5_PACKLIST= .packlist +PERL5_PACKLIST_DESTDIR= no FILES_SUBST+= PERL5_COMMENT=\# FILES_SUBST+= PERL5_PACKLIST= PLIST_SRC= ${WRKDIR}/.PLIST_SRC |