diff options
author | jseger <jseger@FreeBSD.org> | 1998-08-23 13:32:58 +0000 |
---|---|---|
committer | jseger <jseger@FreeBSD.org> | 1998-08-23 13:32:58 +0000 |
commit | 42794998f12fbdeaf07c1d1788f4e1037d28cf9c (patch) | |
tree | e8e1f27c827bb0071495b650c6f4759720e6f06a /security | |
parent | 359e8fe907a6d695c330e03ebb31f475aca01cc2 (diff) | |
download | FreeBSD-ports-42794998f12fbdeaf07c1d1788f4e1037d28cf9c.zip FreeBSD-ports-42794998f12fbdeaf07c1d1788f4e1037d28cf9c.tar.gz |
Perl fixes
Diffstat (limited to 'security')
-rw-r--r-- | security/p5-PGP-Sign/Makefile | 4 | ||||
-rw-r--r-- | security/p5-PGP-Sign/pkg-plist | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/security/p5-PGP-Sign/Makefile b/security/p5-PGP-Sign/Makefile index da17969..2674b2d 100644 --- a/security/p5-PGP-Sign/Makefile +++ b/security/p5-PGP-Sign/Makefile @@ -3,7 +3,7 @@ # Date created: January 2, 1998 # Whom: Don Croyle <croyle@gelemna.ft-wayne.in.us> # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1998/05/04 03:50:45 mph Exp $ # DISTNAME= PGP-Sign-0.08 @@ -19,7 +19,7 @@ RUN_DEPENDS= ${PREFIX}/bin/pgp:${PORTSDIR}/security/pgp USE_PERL5= yes MAN3= PGP::Sign.3 -MANPREFIX= ${PREFIX}/lib/perl5 +MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} do-configure: @ cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PREFIX}/bin/perl Makefile.PL diff --git a/security/p5-PGP-Sign/pkg-plist b/security/p5-PGP-Sign/pkg-plist index a50c2a1..16b7001 100644 --- a/security/p5-PGP-Sign/pkg-plist +++ b/security/p5-PGP-Sign/pkg-plist @@ -1,3 +1,3 @@ -lib/perl5/site_perl/PGP/Sign.pm -lib/perl5/site_perl/i386-freebsd/auto/PGP/Sign/.packlist -@dirrm lib/perl5/site_perl/i386-freebsd/auto/PGP/Sign +lib/perl5/site_perl/%%PERL_VER%%/PGP/Sign.pm +lib/perl5/site_perl/%%PERL_VER%%/i386-freebsd/auto/PGP/Sign/.packlist +@dirrm lib/perl5/site_perl/%%PERL_VER%%/i386-freebsd/auto/PGP/Sign |