mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-22 00:35:15 +00:00
- add WWW: in pkg-descr
- fix PLIST
This commit is contained in:
parent
217138b093
commit
ef649b0c5e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=129848
@ -2,3 +2,4 @@ Net::MSN interface to the MSN protocol
|
||||
|
||||
- snowchyld
|
||||
<p5-net-msn-freebsd-ports@snowchyld.org>
|
||||
WWW: http://search.cpan.org/dist/Net-MSN/
|
||||
|
@ -8,4 +8,6 @@
|
||||
@dirrm %%SITE_PERL%%/Net/MSN
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/MSN
|
||||
@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/MSN 2>/dev/null || true
|
||||
@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net 2>/dev/null || true
|
||||
@unexec rmdir %D/%%SITE_PERL%%/Net/MSN 2>/dev/null || true
|
||||
@unexec rmdir %D/%%SITE_PERL%%/Net 2>/dev/null || true
|
||||
|
@ -2,3 +2,4 @@ Net::MSN interface to the MSN protocol
|
||||
|
||||
- snowchyld
|
||||
<p5-net-msn-freebsd-ports@snowchyld.org>
|
||||
WWW: http://search.cpan.org/dist/Net-MSN/
|
||||
|
@ -8,4 +8,6 @@
|
||||
@dirrm %%SITE_PERL%%/Net/MSN
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/MSN
|
||||
@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/MSN 2>/dev/null || true
|
||||
@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net 2>/dev/null || true
|
||||
@unexec rmdir %D/%%SITE_PERL%%/Net/MSN 2>/dev/null || true
|
||||
@unexec rmdir %D/%%SITE_PERL%%/Net 2>/dev/null || true
|
||||
|
@ -3,3 +3,5 @@ connect to the TrustCommerce payment gateway easily and consistently.
|
||||
The protocol (which is the same across all platforms and languages) is
|
||||
well-documented in the Web Developer's Guide, so please consult it for
|
||||
any questions you may have about the protocol syntax itself.
|
||||
|
||||
WWW: http://search.cpan.org/dist/Net_TCLink.pm/
|
||||
|
@ -4,5 +4,5 @@
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/TCLink/TCLink.so
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/TCLink/autosplit.ix
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/TCLink
|
||||
@unexec rmdir %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net 2>/dev/null || true
|
||||
@unexec rmdir %%SITE_PERL%%/%%PERL_ARCH%%/Net 2>/dev/null || true
|
||||
@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net 2>/dev/null || true
|
||||
@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/Net 2>/dev/null || true
|
||||
|
Loading…
Reference in New Issue
Block a user