diff options
author | leeym <leeym@FreeBSD.org> | 2005-02-26 19:55:52 +0000 |
---|---|---|
committer | leeym <leeym@FreeBSD.org> | 2005-02-26 19:55:52 +0000 |
commit | 6b3f6585a981bea3c94f966e9ed74d0216ee6309 (patch) | |
tree | 7e0bef16511f530ff20c70e42cecebbc9da377d6 /net | |
parent | 1129e691f7599e4d9dbc01108320ebe2ddb7d9fa (diff) | |
download | FreeBSD-ports-6b3f6585a981bea3c94f966e9ed74d0216ee6309.zip FreeBSD-ports-6b3f6585a981bea3c94f966e9ed74d0216ee6309.tar.gz |
- add WWW: in pkg-descr
- fix PLIST
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 f06bd90..847b1a5 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 cb6c589..09913d0 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 6f4ce46..499304a 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 a4c5465..4865f78 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 |