diff options
author | sno <sno@pkgsrc.org> | 2010-02-16 14:00:14 +0000 |
---|---|---|
committer | sno <sno@pkgsrc.org> | 2010-02-16 14:00:14 +0000 |
commit | 46ea8e6956910c813b541a32ed53add508d4b484 (patch) | |
tree | 987f1077bff0a7cac81052424b74a67ead761b3f /textproc/p5-XML-SAX | |
parent | 6e9dedba53a36babaee5d2e2ff01d54707407f9e (diff) | |
download | pkgsrc-46ea8e6956910c813b541a32ed53add508d4b484.tar.gz |
Fixing '.orig' relics being installed after patching (fixes PLIST, bumping Revision)
Diffstat (limited to 'textproc/p5-XML-SAX')
-rw-r--r-- | textproc/p5-XML-SAX/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/textproc/p5-XML-SAX/Makefile b/textproc/p5-XML-SAX/Makefile index 37f589214a7..bdd50f8d1a9 100644 --- a/textproc/p5-XML-SAX/Makefile +++ b/textproc/p5-XML-SAX/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.26 2009/08/16 18:21:04 bouyer Exp $ +# $NetBSD: Makefile,v 1.27 2010/02/16 14:00:14 sno Exp $ DISTNAME= XML-SAX-0.96 PKGNAME= p5-${DISTNAME} -PKGREVISION= 3 +PKGREVISION= 4 CATEGORIES= textproc perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=XML/} @@ -30,6 +30,9 @@ PERL5_PACKLIST= auto/XML/SAX/.packlist INSTALLATION_DIRS+= ${EGSUBDIR} +pre-configure: + ${FIND} ${WRKSRC} -name "*.orig" -type f | ${XARGS} ${RM} + post-install: ${ECHO} > ${DESTDIR:Q}${PREFIX:Q}/${EGSUBDIR}/ParserDetails.ini |