* fix pkg-plist

* minor clean
This commit is contained in:
Sergey Skvortsov 2004-12-21 09:58:10 +00:00
parent ae5a44d3de
commit 61b14d328b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=124674
3 changed files with 2 additions and 3 deletions

View file

@ -18,6 +18,5 @@ COMMENT= XML quote/dequote functions
PERL_CONFIGURE= yes PERL_CONFIGURE= yes
MAN3= XML::Quote.3 MAN3= XML::Quote.3
MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
.include <bsd.port.mk> .include <bsd.port.mk>

View file

@ -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 All functions are written in XS and are very fast; they correctly process
utf8, tied, overloaded variables and all the rest of perl "magic". 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 -- Sergey Skvortsov
skv@FreeBSD.org skv@FreeBSD.org

View file

@ -4,5 +4,5 @@
%%SITE_PERL%%/%%PERL_ARCH%%/auto/XML/Quote/Quote.so %%SITE_PERL%%/%%PERL_ARCH%%/auto/XML/Quote/Quote.so
%%SITE_PERL%%/%%PERL_ARCH%%/auto/XML/Quote/autosplit.ix %%SITE_PERL%%/%%PERL_ARCH%%/auto/XML/Quote/autosplit.ix
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/XML/Quote @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 @unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/XML 2>/dev/null || true