summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorasami <asami@FreeBSD.org>1999-02-03 10:47:30 +0000
committerasami <asami@FreeBSD.org>1999-02-03 10:47:30 +0000
commitde20e33e6f4a1d07b3868f4f7af545a3e3bfe27c (patch)
treef304eeda897f3b1e6e202655603f56b1ae56f7e2
parentd0842f38cd38c7218e4c0d0d7222c0b29c5d1abd (diff)
downloadFreeBSD-ports-de20e33e6f4a1d07b3868f4f7af545a3e3bfe27c.zip
FreeBSD-ports-de20e33e6f4a1d07b3868f4f7af545a3e3bfe27c.tar.gz
Fix installation path.
-rw-r--r--www/w3mir/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/www/w3mir/Makefile b/www/w3mir/Makefile
index a87157d..68cc1f7 100644
--- a/www/w3mir/Makefile
+++ b/www/w3mir/Makefile
@@ -3,7 +3,7 @@
# Date created: 9 May 1998
# Whom: ache
#
-# $Id: Makefile,v 1.12 1998/11/13 18:17:37 ache Exp $
+# $Id: Makefile,v 1.13 1998/11/15 15:29:18 ache Exp $
#
DISTNAME= w3mir-1.0.5
@@ -21,7 +21,8 @@ MAN1= w3mir.1 w3mfix.1
do-configure:
@ cd ${WRKSRC}; \
${SETENV} ${MAKE_ENV} ${PERL} Makefile.PL PREFIX=${PREFIX} \
- INSTALLMAN1DIR=${PREFIX}/man/man1
+ INSTALLMAN1DIR=${PREFIX}/man/man1 \
+ INSTALLSCRIPT=${PREFIX}/bin
post-install:
${INSTALL} -d -o ${SHAREOWN} -g ${SHAREGRP} -m 755 \
${PREFIX}/share/doc/w3mir
OpenPOWER on IntegriCloud