summaryrefslogtreecommitdiff
path: root/sysutils/webmin
diff options
context:
space:
mode:
authorAndreas Klemm <andreas@FreeBSD.org>1999-07-05 21:12:06 +0000
committerAndreas Klemm <andreas@FreeBSD.org>1999-07-05 21:12:06 +0000
commit2322388fc809b22c55edd606fcd32acb8221e236 (patch)
tree36a7c314dd2e65def7d84c00cdd8dd8467f524fe /sysutils/webmin
parentupgrade lyx port to 1.0.3 (diff)
reflect name change of apache binary
Notes
Notes: svn path=/head/; revision=20088
Diffstat (limited to 'sysutils/webmin')
-rw-r--r--sysutils/webmin/Makefile4
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; \