mirror of
https://git.freebsd.org/ports.git
synced 2025-05-24 23:16:33 -04:00
* fix pkg-plist
* minor clean
This commit is contained in:
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
|
@ -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>
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue