diff options
author | ache <ache@FreeBSD.org> | 1998-11-14 02:27:17 +0800 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 1998-11-14 02:27:17 +0800 |
commit | 9a2e2cc4e66cb16d15eea6329425eb212e26c340 (patch) | |
tree | a549f9156f45098e230fee3165ec9a182e558284 /www/p5-libwww/Makefile | |
parent | f36b8c34a17181c1f07845bb609a5fdbddae7026 (diff) | |
download | freebsd-ports-gnome-9a2e2cc4e66cb16d15eea6329425eb212e26c340.tar.gz freebsd-ports-gnome-9a2e2cc4e66cb16d15eea6329425eb212e26c340.tar.zst freebsd-ports-gnome-9a2e2cc4e66cb16d15eea6329425eb212e26c340.zip |
fix script path
Diffstat (limited to 'www/p5-libwww/Makefile')
-rw-r--r-- | www/p5-libwww/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/p5-libwww/Makefile b/www/p5-libwww/Makefile index e8bac4928ccc..849bd7c1fbdd 100644 --- a/www/p5-libwww/Makefile +++ b/www/p5-libwww/Makefile @@ -4,7 +4,7 @@ # Date created: September 30th 1996 # Whom: James FitzGibbon <jfitz@FreeBSD.org> # -# $Id: Makefile,v 1.25 1998/10/10 03:28:14 steve Exp $ +# $Id: Makefile,v 1.26 1998/10/10 15:57:37 steve Exp $ # DISTNAME= libwww-perl-5.36 @@ -58,7 +58,7 @@ MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} do-configure: @ cd ${WRKSRC}; \ - ${SETENV} ${MAKE_ENV} ${PERL} Makefile.PL PREFIX=${PREFIX} \ + ${SETENV} ${MAKE_ENV} ${PERL} Makefile.PL \ INSTALLMAN1DIR=${PREFIX}/man/man1 .include <bsd.port.mk> |