diff options
author | asami <asami@FreeBSD.org> | 1996-11-22 08:21:57 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1996-11-22 08:21:57 +0800 |
commit | bf5896ef23c7519611d2bdb5766108e447ed58ad (patch) | |
tree | a0e65e1fa23c00f0c0a4a7fd8c4698c9a8ba4ec3 /security/p5-Crypt-DES | |
parent | 5442ca57826dab44ecfcb6c11c5dc7e548f578c0 (diff) | |
download | freebsd-ports-gnome-bf5896ef23c7519611d2bdb5766108e447ed58ad.tar.gz freebsd-ports-gnome-bf5896ef23c7519611d2bdb5766108e447ed58ad.tar.zst freebsd-ports-gnome-bf5896ef23c7519611d2bdb5766108e447ed58ad.zip |
Silently fix up my mistakes so nobody will know what a dork I am.
Diffstat (limited to 'security/p5-Crypt-DES')
-rw-r--r-- | security/p5-Crypt-DES/Makefile | 3 |
1 files changed, 2 insertions, 1 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 |