diff options
author | hiramatsu <hiramatsu@pkgsrc.org> | 2011-12-08 22:43:49 +0000 |
---|---|---|
committer | hiramatsu <hiramatsu@pkgsrc.org> | 2011-12-08 22:43:49 +0000 |
commit | da699f1e9b347cacc4d8337f6d715170a682cd23 (patch) | |
tree | f5224a2f740c67c4c86c8362dc7a8e6ef6af2a09 /lang/perl5/Makefile | |
parent | c198727bbda3efbe3d1fdd8ff58cfb2aa3d33b68 (diff) | |
download | pkgsrc-da699f1e9b347cacc4d8337f6d715170a682cd23.tar.gz |
Force ExtUtils::MakeMaker to ignore installed packlist when creating new
packlist. It prevents generating wrong PLIST during make replace.
Bump PKGREVISION.
Diffstat (limited to 'lang/perl5/Makefile')
-rw-r--r-- | lang/perl5/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/perl5/Makefile b/lang/perl5/Makefile index 364acf79a73..ae9ea8c1ca2 100644 --- a/lang/perl5/Makefile +++ b/lang/perl5/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.177 2011/11/27 19:47:50 joerg Exp $ +# $NetBSD: Makefile,v 1.178 2011/12/08 22:43:49 hiramatsu Exp $ .include "license.mk" .include "Makefile.common" COMMENT= Practical Extraction and Report Language -PKGREVISION= 2 +PKGREVISION= 3 PKG_DESTDIR_SUPPORT= user-destdir |