diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1996-11-22 00:21:57 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1996-11-22 00:21:57 +0000 |
commit | 969bf5095a4fba86ab796eceecce9f696ee9b834 (patch) | |
tree | 4c777bcede5d3aa53c78a2b1a33e0b80791306fb /security | |
parent | 7135c939de93a4125004e99659656871cfe4d9a2 (diff) | |
download | ports-969bf5095a4fba86ab796eceecce9f696ee9b834.tar.gz ports-969bf5095a4fba86ab796eceecce9f696ee9b834.zip |
Notes
Diffstat (limited to 'security')
-rw-r--r-- | security/p5-Crypt-DES/Makefile | 3 | ||||
-rw-r--r-- | security/p5-Crypt-IDEA/Makefile | 3 | ||||
-rw-r--r-- | security/p5-MD5/Makefile | 3 | ||||
-rw-r--r-- | security/p5-PGP/Makefile | 3 |
4 files changed, 8 insertions, 4 deletions
diff --git a/security/p5-Crypt-DES/Makefile b/security/p5-Crypt-DES/Makefile index 26b0bcb1985c..a3e1cca01b7e 100644 --- a/security/p5-Crypt-DES/Makefile +++ b/security/p5-Crypt-DES/Makefile @@ -3,7 +3,7 @@ # Date created: October 20th 1996 # Whom: James FitzGibbon <jfitz@FreeBSD.org> # -# $Id: Makefile,v 1.2 1996/10/24 09:58:11 jfitz Exp $ +# $Id: Makefile,v 1.3 1996/11/17 07:57:57 obrien Exp $ # DISTNAME= Crypt-DES-1.0 @@ -18,6 +18,7 @@ BUILD_DEPENDS= perl5.003:${PORTSDIR}/lang/perl5 RUN_DEPENDS= perl5.003:${PORTSDIR}/lang/perl5 MAN3= Crypt::DES.3 +MANPREFIX= ${PREFIX}/lib/perl5 do-configure: @ cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PREFIX}/bin/perl Makefile.PL diff --git a/security/p5-Crypt-IDEA/Makefile b/security/p5-Crypt-IDEA/Makefile index d264475aab21..5e38664e555c 100644 --- a/security/p5-Crypt-IDEA/Makefile +++ b/security/p5-Crypt-IDEA/Makefile @@ -3,7 +3,7 @@ # Date created: October 20th 1996 # Whom: James FitzGibbon <jfitz@FreeBSD.org> # -# $Id: Makefile,v 1.3 1996/11/17 07:57:59 obrien Exp $ +# $Id: Makefile,v 1.4 1996/11/18 08:46:54 asami Exp $ # DISTNAME= Crypt-IDEA-1.0 @@ -18,6 +18,7 @@ BUILD_DEPENDS= perl5.003:${PORTSDIR}/lang/perl5 RUN_DEPENDS= perl5.003:${PORTSDIR}/lang/perl5 MAN3= Crypt::IDEA.3 +MANPREFIX= ${PREFIX}/lib/perl5 do-configure: @ cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PREFIX}/bin/perl Makefile.PL diff --git a/security/p5-MD5/Makefile b/security/p5-MD5/Makefile index 36b71afe0954..e3b433f4b49c 100644 --- a/security/p5-MD5/Makefile +++ b/security/p5-MD5/Makefile @@ -3,7 +3,7 @@ # Date created: September 30th 1996 # Whom: James FitzGibbon <jfitz@FreeBSD.org> # -# $Id: Makefile,v 1.2 1996/10/24 09:59:18 jfitz Exp $ +# $Id: Makefile,v 1.3 1996/11/17 07:58:00 obrien Exp $ # DISTNAME= MD5-1.7 @@ -18,6 +18,7 @@ BUILD_DEPENDS= perl5.003:${PORTSDIR}/lang/perl5 RUN_DEPENDS= perl5.003:${PORTSDIR}/lang/perl5 MAN3= MD5.3 +MANPREFIX= ${PREFIX}/lib/perl5 do-configure: @ cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PREFIX}/bin/perl Makefile.PL diff --git a/security/p5-PGP/Makefile b/security/p5-PGP/Makefile index 2fae681aad86..b8ac7bd3b06b 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.2 1996/10/24 09:59:26 jfitz Exp $ +# $Id: Makefile,v 1.3 1996/11/17 07:58:02 obrien Exp $ # DISTNAME= PGP-0.2alpha @@ -20,6 +20,7 @@ RUN_DEPENDS= perl5.003:${PORTSDIR}/lang/perl5 NO_WRKSUBDIR= YES MAN3= PGP.3 +MANPREFIX= ${PREFIX}/lib/perl5 do-configure: @ cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PREFIX}/bin/perl Makefile.PL |