diff options
author | cjs <cjs@pkgsrc.org> | 1998-03-24 20:34:57 +0000 |
---|---|---|
committer | cjs <cjs@pkgsrc.org> | 1998-03-24 20:34:57 +0000 |
commit | b2d1409e78d1b9e6ebf5d06a3a6f445f3e6a29ea (patch) | |
tree | 56a992017c66675591f33f567a9bec9a1a787f78 /www/apache | |
parent | b61523009c38afdd754421c6f174524e056a5034 (diff) | |
download | pkgsrc-b2d1409e78d1b9e6ebf5d06a3a6f445f3e6a29ea.tar.gz |
Fix install of a script.
Diffstat (limited to 'www/apache')
-rw-r--r-- | www/apache/Makefile | 7 |
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 |