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/p5-Net-TCLink | |
parent | 217138b09343023d9e1e79c9336771cc00c767cf (diff) |
- add WWW: in pkg-descr
- fix PLIST
Notes
Notes:
svn path=/head/; revision=129848
Diffstat (limited to 'net/p5-Net-TCLink')
-rw-r--r-- | net/p5-Net-TCLink/pkg-descr | 2 | ||||
-rw-r--r-- | net/p5-Net-TCLink/pkg-plist | 4 |
2 files changed, 4 insertions, 2 deletions
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 |