diff options
author | kuriyama <kuriyama@FreeBSD.org> | 2004-08-15 17:23:13 +0800 |
---|---|---|
committer | kuriyama <kuriyama@FreeBSD.org> | 2004-08-15 17:23:13 +0800 |
commit | 9c6827ce6a633c510c5ffc075cd7354e3e947990 (patch) | |
tree | 2f7c971e48bedba7d2ca39335423c303ccad7978 /textproc | |
parent | b06d4a84d5f07e2f7a8050a5d69fd388cbc97522 (diff) | |
download | freebsd-ports-gnome-9c6827ce6a633c510c5ffc075cd7354e3e947990.tar.gz freebsd-ports-gnome-9c6827ce6a633c510c5ffc075cd7354e3e947990.tar.zst freebsd-ports-gnome-9c6827ce6a633c510c5ffc075cd7354e3e947990.zip |
- Fix plist.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/p5-XML-AutoWriter/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/textproc/p5-XML-AutoWriter/Makefile b/textproc/p5-XML-AutoWriter/Makefile index b6028b834342..4aae4f09baf1 100644 --- a/textproc/p5-XML-AutoWriter/Makefile +++ b/textproc/p5-XML-AutoWriter/Makefile @@ -7,7 +7,7 @@ PORTNAME= XML-AutoWriter PORTVERSION= 0.38 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= textproc perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= XML @@ -24,6 +24,9 @@ MAN3= XML::AutoWriter.3 \ XML::Doctype::ElementDecl.3 \ XML::Doctype.3 +post-patch: + ${RM} ${WRKSRC}/lib/XML/*.orig + .include <bsd.port.pre.mk> .if ${PERL_LEVEL} < 500600 |