diff options
author | Sergey Skvortsov <skv@FreeBSD.org> | 2004-12-21 09:58:10 +0000 |
---|---|---|
committer | Sergey Skvortsov <skv@FreeBSD.org> | 2004-12-21 09:58:10 +0000 |
commit | 61b14d328b26a57d30e62a50f896120a950cf6bc (patch) | |
tree | f68304d442940b9d2ee44073a8a581a974361cce /textproc/p5-XML-Quote | |
parent | ae5a44d3de4af5e21b5512baea51876a6a5276b9 (diff) | |
download | ports-61b14d328b26a57d30e62a50f896120a950cf6bc.tar.gz ports-61b14d328b26a57d30e62a50f896120a950cf6bc.zip |
Notes
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 9866a74eab8d..d27611e6487c 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 641ce92ffb83..e355b0a2ec16 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 cccf767d3b3d..0f801611d94e 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 |