diff options
author | Florent Thoumie <flz@FreeBSD.org> | 2005-06-29 08:58:12 +0000 |
---|---|---|
committer | Florent Thoumie <flz@FreeBSD.org> | 2005-06-29 08:58:12 +0000 |
commit | eb110d8669dfe91a384684e644884c29ac557fe1 (patch) | |
tree | e9fb2181de71c8835a57d7c0e932a0c96d9ff697 /net | |
parent | 3370411a4b2ef83136748c1ab451b327923ab37d (diff) |
- Remove .packlist from packing list.
Reported by: pointyhat via kris
Notes
Notes:
svn path=/head/; revision=138166
Diffstat (limited to 'net')
-rw-r--r-- | net/p5-Net-Delicious/Makefile | 1 | ||||
-rw-r--r-- | net/p5-Net-Delicious/pkg-plist | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/net/p5-Net-Delicious/Makefile b/net/p5-Net-Delicious/Makefile index 4554213435c0..15358dcbcb0b 100644 --- a/net/p5-Net-Delicious/Makefile +++ b/net/p5-Net-Delicious/Makefile @@ -7,6 +7,7 @@ PORTNAME= Net-Delicious PORTVERSION= 0.92 +PORTREVISION= 1 CATEGORIES= net perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Net diff --git a/net/p5-Net-Delicious/pkg-plist b/net/p5-Net-Delicious/pkg-plist index 338cb1edc944..1a8251b44cf8 100644 --- a/net/p5-Net-Delicious/pkg-plist +++ b/net/p5-Net-Delicious/pkg-plist @@ -10,8 +10,6 @@ %%SITE_PERL%%/Net/Delicious/Subscription.pm %%SITE_PERL%%/Net/Delicious/Tag.pm %%SITE_PERL%%/Net/Delicious/User.pm -%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/Delicious/.packlist -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/Delicious @unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net 2>/dev/null || true @dirrm %%SITE_PERL%%/Net/Delicious/Constants @dirrm %%SITE_PERL%%/Net/Delicious |