diff options
author | Yen-Ming Lee <leeym@FreeBSD.org> | 2005-02-26 19:55:52 +0000 |
---|---|---|
committer | Yen-Ming Lee <leeym@FreeBSD.org> | 2005-02-26 19:55:52 +0000 |
commit | ef649b0c5e6fbac074fd732efc496c4a64d6c20d (patch) | |
tree | 4dd4a2f4b68f6613cdce9814d8a5427e72478fc4 /net | |
parent | 217138b09343023d9e1e79c9336771cc00c767cf (diff) |
Notes
Diffstat (limited to 'net')
-rw-r--r-- | net/p5-Net-MSN/pkg-descr | 1 | ||||
-rw-r--r-- | net/p5-Net-MSN/pkg-plist | 2 | ||||
-rw-r--r-- | net/p5-Net-TCLink/pkg-descr | 2 | ||||
-rw-r--r-- | net/p5-Net-TCLink/pkg-plist | 4 |
4 files changed, 7 insertions, 2 deletions
diff --git a/net/p5-Net-MSN/pkg-descr b/net/p5-Net-MSN/pkg-descr index f06bd90bb1e2..847b1a54b060 100644 --- a/net/p5-Net-MSN/pkg-descr +++ b/net/p5-Net-MSN/pkg-descr @@ -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/ diff --git a/net/p5-Net-MSN/pkg-plist b/net/p5-Net-MSN/pkg-plist index cb6c58978e0e..09913d0e3076 100644 --- a/net/p5-Net-MSN/pkg-plist +++ b/net/p5-Net-MSN/pkg-plist @@ -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 diff --git a/net/p5-Net-TCLink/pkg-descr b/net/p5-Net-TCLink/pkg-descr index 6f4ce461ccdd..499304a0e2df 100644 --- a/net/p5-Net-TCLink/pkg-descr +++ b/net/p5-Net-TCLink/pkg-descr @@ -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/ diff --git a/net/p5-Net-TCLink/pkg-plist b/net/p5-Net-TCLink/pkg-plist index a4c546534a05..4865f78281fa 100644 --- a/net/p5-Net-TCLink/pkg-plist +++ b/net/p5-Net-TCLink/pkg-plist @@ -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 |