diff options
author | Mark Murray <markm@FreeBSD.org> | 1999-02-02 10:09:32 +0000 |
---|---|---|
committer | Mark Murray <markm@FreeBSD.org> | 1999-02-02 10:09:32 +0000 |
commit | c42bebcdee525fdc8040b1a75b9bb6dcdf053696 (patch) | |
tree | 66989c62baeda252580752357b5b94220b1a979e /security/p5-PGP | |
parent | 2be1adbe948ddc29ff78b1cc85ad3d38f2fdf0e0 (diff) | |
download | ports-c42bebcdee525fdc8040b1a75b9bb6dcdf053696.tar.gz ports-c42bebcdee525fdc8040b1a75b9bb6dcdf053696.zip |
Notes
Diffstat (limited to 'security/p5-PGP')
-rw-r--r-- | security/p5-PGP/Makefile | 6 | ||||
-rw-r--r-- | security/p5-PGP/files/patch-ab | 11 | ||||
-rw-r--r-- | security/p5-PGP/pkg-plist | 8 |
3 files changed, 18 insertions, 7 deletions
diff --git a/security/p5-PGP/Makefile b/security/p5-PGP/Makefile index e81fc01ecf5d..1874b209b209 100644 --- a/security/p5-PGP/Makefile +++ b/security/p5-PGP/Makefile @@ -3,7 +3,7 @@ # Date created: October 21st 1996 # Whom: James FitzGibbon <jfitz@FreeBSD.org> # -# $Id: Makefile,v 1.11 1998/09/03 13:45:47 asami Exp $ +# $Id: Makefile,v 1.12 1998/09/15 21:31:53 asami Exp $ # DISTNAME= PGP-0.3a @@ -16,12 +16,10 @@ MAINTAINER= jfitz@FreeBSD.ORG BUILD_DEPENDS= pgp:${PORTSDIR}/security/pgp -BROKEN= perl5 upgrade - USE_PERL5= YES MAN3= PGP::Pipe.3 -MANPREFIX= ${PREFIX}/lib/perl5 +MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} pre-configure: @${CP} ${WRKSRC}/PGP/Pipe.pm ${WRKSRC} diff --git a/security/p5-PGP/files/patch-ab b/security/p5-PGP/files/patch-ab new file mode 100644 index 000000000000..f757cc70ced5 --- /dev/null +++ b/security/p5-PGP/files/patch-ab @@ -0,0 +1,11 @@ +--- PGP/Pipe.pm.orig Tue Feb 2 11:33:48 1999 ++++ PGP/Pipe.pm Tue Feb 2 11:33:58 1999 +@@ -11,8 +11,6 @@ + + # $debug = 1; + +-=over 4 +- + =head1 NAME + + PGP - perl module to work with PGP messages diff --git a/security/p5-PGP/pkg-plist b/security/p5-PGP/pkg-plist index 0e22f3a905b4..c56b6d81003a 100644 --- a/security/p5-PGP/pkg-plist +++ b/security/p5-PGP/pkg-plist @@ -1,3 +1,5 @@ -lib/perl5/site_perl/PGP/Pipe.pm -lib/perl5/site_perl/i386-freebsd/auto/PGP/Pipe/.packlist -@dirrm lib/perl5/site_perl/i386-freebsd/auto/PGP/Pipe
\ No newline at end of file +lib/perl5/site_perl/%%PERL_VER%%/PGP/Pipe.pm +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/PGP/Pipe/.packlist +@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/PGP/Pipe +@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/PGP +@dirrm lib/perl5/site_perl/%%PERL_VER%%/PGP |