diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2000-04-23 12:25:12 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2000-04-23 12:25:12 +0000 |
commit | a0f96c021260b9cbc92b69f2aed824c14b2bcb55 (patch) | |
tree | caa49f34fad012fd83850a95ff099b14cced5526 /textproc/p5-XML-Parser | |
parent | b83c5b41ed94b0cbaac96cb878e09b17690ed049 (diff) | |
download | ports-a0f96c021260b9cbc92b69f2aed824c14b2bcb55.tar.gz ports-a0f96c021260b9cbc92b69f2aed824c14b2bcb55.zip |
Notes
Diffstat (limited to 'textproc/p5-XML-Parser')
-rw-r--r-- | textproc/p5-XML-Parser/Makefile | 12 | ||||
-rw-r--r-- | textproc/p5-XML-Parser/distinfo | 2 | ||||
-rw-r--r-- | textproc/p5-XML-Parser/pkg-plist | 9 |
3 files changed, 5 insertions, 18 deletions
diff --git a/textproc/p5-XML-Parser/Makefile b/textproc/p5-XML-Parser/Makefile index 096f82b216fb..5d1a51b7d9cb 100644 --- a/textproc/p5-XML-Parser/Makefile +++ b/textproc/p5-XML-Parser/Makefile @@ -5,13 +5,13 @@ # $FreeBSD$ # -PORTNAME= p5-XML-Parser -PORTVERSION= 2.27 +PORTNAME= XML-Parser +PORTVERSION= 2.28 CATEGORIES= textproc perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} \ http://wwwx.netheaven.com/~coopercc/xmlparser/ MASTER_SITE_SUBDIR= ../by-authors/id/C/CO/COOPERCL -DISTNAME= XML-Parser-2.27 +PKGNAMEPREFIX= p5- MAINTAINER= kuriyama@FreeBSD.org @@ -23,10 +23,4 @@ MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} do-configure: @cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL -post-build: - @cd ${WRKSRC}/Expat/expat; ${MAKE} - -post-install: - ${INSTALL_PROGRAM} ${WRKSRC}/Expat/expat/xmlwf/xmlwf ${PREFIX}/bin/ - .include <bsd.port.mk> diff --git a/textproc/p5-XML-Parser/distinfo b/textproc/p5-XML-Parser/distinfo index 9f344d60824d..ede9f1cef3b9 100644 --- a/textproc/p5-XML-Parser/distinfo +++ b/textproc/p5-XML-Parser/distinfo @@ -1 +1 @@ -MD5 (XML-Parser-2.27.tar.gz) = 91d874ad00ae4de276cb0276bbf7015c +MD5 (XML-Parser-2.28.tar.gz) = f57d7ab71b99a9665f4d76ca764dbb31 diff --git a/textproc/p5-XML-Parser/pkg-plist b/textproc/p5-XML-Parser/pkg-plist index 7a144245b1a0..0943f5794e5f 100644 --- a/textproc/p5-XML-Parser/pkg-plist +++ b/textproc/p5-XML-Parser/pkg-plist @@ -1,4 +1,3 @@ -bin/xmlwf lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/XML/Parser/Expat/Expat.bs lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/XML/Parser/Expat/Expat.so lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/XML/Parser/.packlist @@ -28,10 +27,4 @@ lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/XML/Parser/Expat.pm @dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/XML/Parser/Encodings @dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/XML/Parser @dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/XML -@unexec rmdir %D/lib/perl5/%%PERL_VERSION%%/man/man3 2>/dev/null || true -@unexec rmdir %D/lib/perl5/%%PERL_VERSION%%/man 2>/dev/null || true -@unexec rmdir %D/lib/perl5/%%PERL_VERSION%% 2>/dev/null || true -@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto 2>/dev/null || true -@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%% 2>/dev/null || true -@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%% 2>/dev/null || true -@unexec rmdir %D/lib/perl5/site_perl 2>/dev/null || true +@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/XML 2>/dev/null || true |