summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>1998-10-07 10:47:50 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>1998-10-07 10:47:50 +0000
commitdf57de516adc84356ec06889464d821bba0bceaa (patch)
treeaf3ca80ead21f15d21c83f285eb4fb4a61b59c3b /www
parentUse PERL variable for script (diff)
Use PERL for scripts
Notes
Notes: svn path=/head/; revision=13705
Diffstat (limited to 'www')
-rw-r--r--www/w3mir/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/www/w3mir/Makefile b/www/w3mir/Makefile
index c9c1f0cc34a7..eb4f51ebd783 100644
--- a/www/w3mir/Makefile
+++ b/www/w3mir/Makefile
@@ -3,7 +3,7 @@
# Date created: 9 May 1998
# Whom: ache
#
-# $Id: Makefile,v 1.8 1998/09/07 18:55:24 ache Exp $
+# $Id: Makefile,v 1.9 1998/09/15 21:31:58 asami Exp $
#
DISTNAME= w3mir-1.0.4pre2
@@ -20,8 +20,9 @@ USE_PERL5= Yes
MAN1= w3mir.1 w3mfix.1
do-configure:
- @ cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL
-
+ @ cd ${WRKSRC}; \
+ ${SETENV} ${MAKE_ENV} ${PERL} Makefile.PL PREFIX=${PREFIX} \
+ INSTALLMAN1DIR=${PREFIX}/man/man1
post-install:
${INSTALL} -d -o ${SHAREOWN} -g ${SHAREGRP} -m 755 \
${PREFIX}/share/doc/w3mir