mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-25 04:43:33 +00:00
Unbreak, portlint.
This commit is contained in:
parent
2be1adbe94
commit
c42bebcdee
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=16490
@ -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}
|
||||
|
11
security/p5-PGP/files/patch-ab
Normal file
11
security/p5-PGP/files/patch-ab
Normal file
@ -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
|
@ -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
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user