diff options
author | skv <skv@FreeBSD.org> | 2004-12-21 09:58:10 +0000 |
---|---|---|
committer | skv <skv@FreeBSD.org> | 2004-12-21 09:58:10 +0000 |
commit | 283abb8883bcdb0e2d7e3062cf6bbcd3a00d0e96 (patch) | |
tree | b803c2ebefa3ed12f6b6b90ce164ce2c0d8b6ea5 /textproc/p5-XML-Quote | |
parent | 30e6ee9d33cd3c6c63e3ee4bd8e514f176a7f64e (diff) | |
download | FreeBSD-ports-283abb8883bcdb0e2d7e3062cf6bbcd3a00d0e96.zip FreeBSD-ports-283abb8883bcdb0e2d7e3062cf6bbcd3a00d0e96.tar.gz |
* fix pkg-plist
* minor clean
Diffstat (limited to 'textproc/p5-XML-Quote')
-rw-r--r-- | textproc/p5-XML-Quote/Makefile | 1 | ||||
-rw-r--r-- | textproc/p5-XML-Quote/pkg-descr | 2 | ||||
-rw-r--r-- | textproc/p5-XML-Quote/pkg-plist | 2 |
3 files changed, 2 insertions, 3 deletions
diff --git a/textproc/p5-XML-Quote/Makefile b/textproc/p5-XML-Quote/Makefile index 9866a74..d27611e 100644 --- a/textproc/p5-XML-Quote/Makefile +++ b/textproc/p5-XML-Quote/Makefile @@ -18,6 +18,5 @@ COMMENT= XML quote/dequote functions PERL_CONFIGURE= yes MAN3= XML::Quote.3 -MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} .include <bsd.port.mk> diff --git a/textproc/p5-XML-Quote/pkg-descr b/textproc/p5-XML-Quote/pkg-descr index 641ce92..e355b0a 100644 --- a/textproc/p5-XML-Quote/pkg-descr +++ b/textproc/p5-XML-Quote/pkg-descr @@ -3,7 +3,7 @@ This module provides functions to quote/dequote strings in "xml"-way. All functions are written in XS and are very fast; they correctly process utf8, tied, overloaded variables and all the rest of perl "magic". -WWW: http://search.cpan.org/search?dist=XML-Quote +WWW: http://search.cpan.org/dist/XML-Quote/ -- Sergey Skvortsov skv@FreeBSD.org diff --git a/textproc/p5-XML-Quote/pkg-plist b/textproc/p5-XML-Quote/pkg-plist index cccf767..0f80161 100644 --- a/textproc/p5-XML-Quote/pkg-plist +++ b/textproc/p5-XML-Quote/pkg-plist @@ -4,5 +4,5 @@ %%SITE_PERL%%/%%PERL_ARCH%%/auto/XML/Quote/Quote.so %%SITE_PERL%%/%%PERL_ARCH%%/auto/XML/Quote/autosplit.ix @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/XML/Quote -@unexec rmdir %D/%%SITE_PERL%%/XML 2>/dev/null || true +@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/XML 2>/dev/null || true @unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/XML 2>/dev/null || true |