diff options
author | pav <pav@FreeBSD.org> | 2005-01-20 22:28:05 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2005-01-20 22:28:05 +0800 |
commit | 8f3b01b90d5180cc56a44aadf672242913882c66 (patch) | |
tree | e52880ad6b27de0a21d39b8a20ec3fa8f40da30d /textproc | |
parent | b65183dc7b28397eaae7b8b60c7069fbdafb6ce8 (diff) | |
download | freebsd-ports-gnome-8f3b01b90d5180cc56a44aadf672242913882c66.tar.gz freebsd-ports-gnome-8f3b01b90d5180cc56a44aadf672242913882c66.tar.zst freebsd-ports-gnome-8f3b01b90d5180cc56a44aadf672242913882c66.zip |
- Fix plist
Diffstat (limited to 'textproc')
-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 |