diff options
author | andreas <andreas@FreeBSD.org> | 1999-07-06 05:12:06 +0800 |
---|---|---|
committer | andreas <andreas@FreeBSD.org> | 1999-07-06 05:12:06 +0800 |
commit | 5d0e858d642e3215a988438f36a2e3b4522a116e (patch) | |
tree | 2b9494ab8e5869c1465d2c64f0070950d4398fe7 /sysutils/webmin | |
parent | e40550b04900a5d2f184d138a73815672b288e4d (diff) | |
download | freebsd-ports-gnome-5d0e858d642e3215a988438f36a2e3b4522a116e.tar.gz freebsd-ports-gnome-5d0e858d642e3215a988438f36a2e3b4522a116e.tar.zst freebsd-ports-gnome-5d0e858d642e3215a988438f36a2e3b4522a116e.zip |
reflect name change of apache binary
Diffstat (limited to 'sysutils/webmin')
-rw-r--r-- | sysutils/webmin/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/webmin/Makefile b/sysutils/webmin/Makefile index 31284e9cd8bd..16c3d7025371 100644 --- a/sysutils/webmin/Makefile +++ b/sysutils/webmin/Makefile @@ -3,7 +3,7 @@ # Date created: Do 19 Nov 1998 21:13:55 CET # Whom: Andreas Klemm <andreas@klemm.gtn.com> # -# $Id: Makefile,v 1.6 1999/04/12 18:58:45 andreas Exp $ +# $Id: Makefile,v 1.7 1999/06/05 13:00:32 andreas Exp $ # DISTNAME= webmin-0.72 @@ -17,7 +17,7 @@ IS_INTERACTIVE= yes USE_PERL5= yes pre-extract: - @if [ -x ${PREFIX}/sbin/httpd ]; then \ + @if [ -x ${PREFIX}/sbin/httpd -o -x ${PREFIX}/sbin/apache ]; then \ ${ECHO_MSG} Good ! You seem to have a webserver installed ...; \ else \ ${ECHO_MSG} You need to install one of the avail. apache webservers; \ |