diff options
author | asami <asami@FreeBSD.org> | 1999-02-03 18:47:30 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1999-02-03 18:47:30 +0800 |
commit | de20e33e6f4a1d07b3868f4f7af545a3e3bfe27c (patch) | |
tree | f304eeda897f3b1e6e202655603f56b1ae56f7e2 /www | |
parent | d0842f38cd38c7218e4c0d0d7222c0b29c5d1abd (diff) | |
download | freebsd-ports-graphics-de20e33e6f4a1d07b3868f4f7af545a3e3bfe27c.tar.gz freebsd-ports-graphics-de20e33e6f4a1d07b3868f4f7af545a3e3bfe27c.tar.zst freebsd-ports-graphics-de20e33e6f4a1d07b3868f4f7af545a3e3bfe27c.zip |
Fix installation path.
Diffstat (limited to 'www')
-rw-r--r-- | www/w3mir/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/www/w3mir/Makefile b/www/w3mir/Makefile index a87157d0051..68cc1f74d0d 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 |