diff options
author | niels <niels@FreeBSD.org> | 2005-02-13 20:18:10 +0800 |
---|---|---|
committer | niels <niels@FreeBSD.org> | 2005-02-13 20:18:10 +0800 |
commit | e9f8c5b4df0cd441ec09a098d425c28a13e4e750 (patch) | |
tree | c3f8c85144fe26097c8315c40f2e44d2222013d7 /security/p5-SAVI-Perl | |
parent | 9f8d1d0c1cc8c539578dc11170e86d75dac49890 (diff) | |
download | freebsd-ports-gnome-e9f8c5b4df0cd441ec09a098d425c28a13e4e750.tar.gz freebsd-ports-gnome-e9f8c5b4df0cd441ec09a098d425c28a13e4e750.tar.zst freebsd-ports-gnome-e9f8c5b4df0cd441ec09a098d425c28a13e4e750.zip |
Fixed broken pkg-plist, bumped PORTREVISION
Approved by: nectar (mentor)
Submitted by: maintainer
PR: ports/77048
Diffstat (limited to 'security/p5-SAVI-Perl')
-rw-r--r-- | security/p5-SAVI-Perl/Makefile | 2 | ||||
-rw-r--r-- | security/p5-SAVI-Perl/pkg-plist | 12 |
2 files changed, 7 insertions, 7 deletions
diff --git a/security/p5-SAVI-Perl/Makefile b/security/p5-SAVI-Perl/Makefile index 8081b649ddc3..38929491a24f 100644 --- a/security/p5-SAVI-Perl/Makefile +++ b/security/p5-SAVI-Perl/Makefile @@ -6,7 +6,7 @@ PORTNAME= SAVI-Perl PORTVERSION= 0.30 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= security perl5 MASTER_SITES= http://www.csupomona.edu/~henson/www/projects/SAVI-Perl/dist/ MASTER_SITE_SUBDIR= security diff --git a/security/p5-SAVI-Perl/pkg-plist b/security/p5-SAVI-Perl/pkg-plist index 6eac5d1b6d47..7ffe9a53f7a0 100644 --- a/security/p5-SAVI-Perl/pkg-plist +++ b/security/p5-SAVI-Perl/pkg-plist @@ -1,6 +1,6 @@ -lib/perl5/site_perl/5.8.5/mach/SAVI.pm -lib/perl5/site_perl/5.8.5/mach/auto/SAVI/.packlist -lib/perl5/site_perl/5.8.5/mach/auto/SAVI/SAVI.bs -lib/perl5/site_perl/5.8.5/mach/auto/SAVI/SAVI.so -lib/perl5/site_perl/5.8.5/mach/auto/SAVI/autosplit.ix -@dirrm lib/perl5/site_perl/5.8.5/mach/auto/SAVI +%%SITE_PERL%%/%%PERL_ARCH%%/SAVI.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/SAVI/.packlist +%%SITE_PERL%%/%%PERL_ARCH%%/auto/SAVI/SAVI.bs +%%SITE_PERL%%/%%PERL_ARCH%%/auto/SAVI/SAVI.so +%%SITE_PERL%%/%%PERL_ARCH%%/auto/SAVI/autosplit.ix +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/SAVI |