diff options
| author | Andreas Klemm <andreas@FreeBSD.org> | 1999-08-08 17:50:37 +0000 |
|---|---|---|
| committer | Andreas Klemm <andreas@FreeBSD.org> | 1999-08-08 17:50:37 +0000 |
| commit | 5d883623674b9640ae31bea872ce4568416aa6d7 (patch) | |
| tree | c83c8d116c1ccc032094c10b83bf0f448b2c15f2 /devel/cvsweb/Makefile | |
| parent | 7bd7a0d642f0679678e565d4f080d192130620c8 (diff) | |
purely cosmetic...
apache paths changed
update port to install script to new location ${PREFIX}/share/apache/cgi-bin/
Diffstat (limited to 'devel/cvsweb/Makefile')
| -rw-r--r-- | devel/cvsweb/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/cvsweb/Makefile b/devel/cvsweb/Makefile index c83bb869f3da..88b89c87e8fd 100644 --- a/devel/cvsweb/Makefile +++ b/devel/cvsweb/Makefile @@ -3,7 +3,7 @@ # Date created: 27 Jun 1999 # Whom: SADA Kenji <sada@FreeBSD.ORG> # -# $Id: Makefile,v 1.2 1999/07/26 18:17:00 sada Exp $ +# $Id: Makefile,v 1.3 1999/07/26 18:21:22 sada Exp $ # DISTNAME= cvsweb-1.0 @@ -31,7 +31,7 @@ do-install: .if !defined(PACKAGE_BUILDING) @PKG_PREFIX=${PREFIX} ${SH} ${PKGREQ} ${PKGNAME} INSTALL .endif - @${MKDIR} ${PREFIX}/www/cgi-bin - @${INSTALL_SCRIPT} ${WRKDIR}/cvsweb ${PREFIX}/www/cgi-bin/ + @${MKDIR} ${PREFIX}/share/apache/cgi-bin + @${INSTALL_SCRIPT} ${WRKDIR}/cvsweb ${PREFIX}/share/apache/cgi-bin/ .include <bsd.port.mk> |
