diff options
author | Sergey Skvortsov <skv@FreeBSD.org> | 2003-07-10 11:50:57 +0000 |
---|---|---|
committer | Sergey Skvortsov <skv@FreeBSD.org> | 2003-07-10 11:50:57 +0000 |
commit | 33363cb19420d0a6d59d46ee6d2e185b65f3a17b (patch) | |
tree | 7c01a272289c25d0075ffc899645c9de58389025 /textproc | |
parent | f0d41f6c3e615d41d171550edf959fbd983faae4 (diff) |
Notes
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/p5-XML-Filter-BufferText/Makefile | 5 | ||||
-rw-r--r-- | textproc/p5-XML-Filter-BufferText/distinfo | 2 | ||||
-rw-r--r-- | textproc/p5-XML-Filter-BufferText/pkg-descr | 2 | ||||
-rw-r--r-- | textproc/p5-XML-Filter-BufferText/pkg-plist | 14 |
4 files changed, 11 insertions, 12 deletions
diff --git a/textproc/p5-XML-Filter-BufferText/Makefile b/textproc/p5-XML-Filter-BufferText/Makefile index 1d2c36b132fd..f949139ca05b 100644 --- a/textproc/p5-XML-Filter-BufferText/Makefile +++ b/textproc/p5-XML-Filter-BufferText/Makefile @@ -6,7 +6,7 @@ # PORTNAME= XML-Filter-BufferText -PORTVERSION= 1.00 +PORTVERSION= 1.01 CATEGORIES= textproc perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= XML @@ -15,12 +15,11 @@ PKGNAMEPREFIX= p5- MAINTAINER= skv@FreeBSD.org COMMENT= Filter to put all characters() in one event -RUN_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/XML/SAX.pm:${PORTSDIR}/textproc/p5-XML-SAX +RUN_DEPENDS= ${SITE_PERL}/XML/SAX.pm:${PORTSDIR}/textproc/p5-XML-SAX BUILD_DEPENDS= ${RUN_DEPENDS} PERL_CONFIGURE= yes MAN3= XML::Filter::BufferText.3 -MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} .include <bsd.port.mk> diff --git a/textproc/p5-XML-Filter-BufferText/distinfo b/textproc/p5-XML-Filter-BufferText/distinfo index 71833c8573a4..c2db3a16b5ee 100644 --- a/textproc/p5-XML-Filter-BufferText/distinfo +++ b/textproc/p5-XML-Filter-BufferText/distinfo @@ -1 +1 @@ -MD5 (XML-Filter-BufferText-1.00.tar.gz) = 54fa66493135df54927c9843549f6c6d +MD5 (XML-Filter-BufferText-1.01.tar.gz) = 2992c0387632583b966ab9c965b25512 diff --git a/textproc/p5-XML-Filter-BufferText/pkg-descr b/textproc/p5-XML-Filter-BufferText/pkg-descr index cd70d633ffe8..8c022f35f723 100644 --- a/textproc/p5-XML-Filter-BufferText/pkg-descr +++ b/textproc/p5-XML-Filter-BufferText/pkg-descr @@ -4,7 +4,7 @@ in one chunk. They can, but are not forced to, and most don't. This filter does the trivial but oft-repeated task of putting all characters into a single event. -WWW: http://search.cpan.org/search?dist=XML-Filter-BufferText +WWW: http://search.cpan.org/dist/XML-Filter-BufferText/ -- Sergey Skvortsov skv@FreeBSD.org diff --git a/textproc/p5-XML-Filter-BufferText/pkg-plist b/textproc/p5-XML-Filter-BufferText/pkg-plist index 2949a5506b10..5b3ec2828b6b 100644 --- a/textproc/p5-XML-Filter-BufferText/pkg-plist +++ b/textproc/p5-XML-Filter-BufferText/pkg-plist @@ -1,7 +1,7 @@ -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/XML/Filter/BufferText/.packlist -lib/perl5/site_perl/%%PERL_VER%%/XML/Filter/BufferText.pm -@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/XML/Filter/BufferText -@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/XML/Filter 2>/dev/null || true -@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/XML 2>/dev/null || true -@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/XML/Filter 2>/dev/null || true -@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/XML 2>/dev/null || true +%%SITE_PERL%%/%%PERL_ARCH%%/auto/XML/Filter/BufferText/.packlist +%%SITE_PERL%%/XML/Filter/BufferText.pm +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/XML/Filter/BufferText +@unexec rmdir %D/%%SITE_PERL%%/XML/Filter 2>/dev/null || true +@unexec rmdir %D/%%SITE_PERL%%/XML 2>/dev/null || true +@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/XML/Filter 2>/dev/null || true +@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/XML 2>/dev/null || true |