1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-22 04:17:44 +00:00

- Fixed pkg-plist

Reported by:	kris
This commit is contained in:
Lars Thegler 2004-12-05 11:53:42 +00:00
parent dfb750f1af
commit f1e83cd9a2
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=123221
4 changed files with 4 additions and 1 deletions

View File

@ -7,6 +7,7 @@
PORTNAME= Filesys-Virtual
PORTVERSION= 0.04
PORTREVISION= 1
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Filesys

View File

@ -2,5 +2,6 @@
%%SITE_PERL%%/Filesys/Virtual/Plain.pm
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Filesys/Virtual/.packlist
@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Filesys/Virtual 2>/dev/null || true
@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Filesys 2>/dev/null || true
@unexec rmdir %D/%%SITE_PERL%%/Filesys/Virtual 2>/dev/null || true
@unexec rmdir %D/%%SITE_PERL%%/Filesys 2>/dev/null || true

View File

@ -7,6 +7,7 @@
PORTNAME= CGI-Simple
PORTVERSION= 0.077
PORTREVISION= 1
CATEGORIES= www perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= ../by-authors/id/J/JF/JFREEMAN

View File

@ -4,6 +4,6 @@
%%SITE_PERL%%/CGI/Simple/Util.pm
%%SITE_PERL%%/%%PERL_ARCH%%/auto/CGI/Simple/.packlist
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/CGI/Simple
@unexec rmdir %D/%%SITE_PERL%%/auto/CGI 2>/dev/null || true
@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/CGI 2>/dev/null || true
@dirrm %%SITE_PERL%%/CGI/Simple
@unexec rmdir %D/%%SITE_PERL%%/CGI 2>/dev/null || true