1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-24 04:33:24 +00:00

Fix plist: return back ".packlist"

Pointer by:	kris
This commit is contained in:
Sergey Skvortsov 2005-02-21 12:02:56 +00:00
parent 5e79d0c27c
commit ce86cd5976
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=129471
2 changed files with 4 additions and 0 deletions

View File

@ -7,6 +7,7 @@
PORTNAME= Class-Default
PORTVERSION= 1.3
PORTREVISION= 1
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Class

View File

@ -1,2 +1,5 @@
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Class/Default/.packlist
%%SITE_PERL%%/Class/Default.pm
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Class/Default
@unexec rmdir %D/%%SITE_PERL%%/Class 2>/dev/null || true
@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Class 2>/dev/null || true