summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorcjs <cjs>1998-03-24 20:34:57 +0000
committercjs <cjs>1998-03-24 20:34:57 +0000
commitc5f41c34d17175f950aba9b0427014b35c23164d (patch)
tree56a992017c66675591f33f567a9bec9a1a787f78 /www
parentd674c89b7f2d9df04031997e6295a11def97953c (diff)
downloadpkgsrc-c5f41c34d17175f950aba9b0427014b35c23164d.tar.gz
Fix install of a script.
Diffstat (limited to 'www')
-rw-r--r--www/apache/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/www/apache/Makefile b/www/apache/Makefile
index 619bb541e10..44424decd43 100644
--- a/www/apache/Makefile
+++ b/www/apache/Makefile
@@ -4,7 +4,7 @@
# Date created: 18 Mar 1998
# Whom: cjs@netbsd.org
#
-# $NetBSD: Makefile,v 1.4 1998/03/18 19:16:27 cjs Exp $
+# $NetBSD: Makefile,v 1.5 1998/03/24 20:34:57 cjs Exp $
# FreeBSD Id: Makefile,v 1.45 1998/02/25 06:23:55 asami Exp
#
@@ -63,8 +63,9 @@ do-install:
${HTTP_ROOT}/icons ${HTTP_ROOT}/cgi-bin ${HTTP_ROOT}/logs
${INSTALL_PROGRAM} ${WRKSRC}/httpd ${PREFIX}/sbin
cd ${WRKSRC}/support && \
- ${INSTALL_PROGRAM} htdigest htpasswd dbmmanage logresolve \
- ${PREFIX}/bin
+ ${INSTALL_PROGRAM} htdigest htpasswd logresolve ${PREFIX}/bin
+ cd ${WRKSRC}/support && \
+ ${INSTALL_SCRIPT} dbmmanage ${PREFIX}/bin
cd ${WRKSRC}/support && \
${INSTALL_SCRIPT} rotatelogs apachectl log_server_status \
${PREFIX}/sbin