diff options
author | Niels Heinen <niels@FreeBSD.org> | 2005-02-13 12:18:10 +0000 |
---|---|---|
committer | Niels Heinen <niels@FreeBSD.org> | 2005-02-13 12:18:10 +0000 |
commit | 7fb1b88af95556b959438cae7a42de40482aa3e7 (patch) | |
tree | 03818cd005316831a2154e7c0fc4cc15c672bc13 /security | |
parent | 6b67384fe3a28834c1cf71633d87c9490c7b634b (diff) | |
download | ports-7fb1b88af95556b959438cae7a42de40482aa3e7.tar.gz ports-7fb1b88af95556b959438cae7a42de40482aa3e7.zip |
Fixed broken pkg-plist, bumped PORTREVISION
Approved by: nectar (mentor)
Submitted by: maintainer
PR: ports/77048
Notes
Notes:
svn path=/head/; revision=128687
Diffstat (limited to 'security')
-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 |