diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2005-01-20 14:28:05 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2005-01-20 14:28:05 +0000 |
commit | 9a8d196a6677c8c8c2247a53ad186d8327198e3c (patch) | |
tree | ae7a4b484defc1d320fcbd7ddcec3d1262a9423d /textproc/p5-XML-SAX-Base | |
parent | f3c8c03a38207cc9404703495602087aa63ab870 (diff) |
Notes
Diffstat (limited to 'textproc/p5-XML-SAX-Base')
-rw-r--r-- | textproc/p5-XML-SAX-Base/Makefile | 1 | ||||
-rw-r--r-- | textproc/p5-XML-SAX-Base/pkg-plist | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/textproc/p5-XML-SAX-Base/Makefile b/textproc/p5-XML-SAX-Base/Makefile index 6c62b2a6d69b..31d1c799bc83 100644 --- a/textproc/p5-XML-SAX-Base/Makefile +++ b/textproc/p5-XML-SAX-Base/Makefile @@ -7,6 +7,7 @@ PORTNAME= XML-SAX-Base PORTVERSION= 1.04 +PORTREVISION= 1 CATEGORIES= textproc perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} #MASTER_SITE_SUBDIR= XML diff --git a/textproc/p5-XML-SAX-Base/pkg-plist b/textproc/p5-XML-SAX-Base/pkg-plist index 0302d26ce61a..bbf34185d29c 100644 --- a/textproc/p5-XML-SAX-Base/pkg-plist +++ b/textproc/p5-XML-SAX-Base/pkg-plist @@ -1,6 +1,7 @@ %%SITE_PERL%%/%%PERL_ARCH%%/auto/XML/SAX/Base/.packlist %%SITE_PERL%%/XML/SAX/Base.pm %%SITE_PERL%%/XML/SAX/Exception.pm +%%SITE_PERL%%/XML/SAX/placeholder.pl @unexec rmdir %D/%%SITE_PERL%%/XML/SAX 2>/dev/null || true @unexec rmdir %D/%%SITE_PERL%%/XML 2>/dev/null || true @unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/XML/SAX/Base 2>/dev/null || true |