diff options
author | Andreas Klemm <andreas@FreeBSD.org> | 1999-07-05 21:12:06 +0000 |
---|---|---|
committer | Andreas Klemm <andreas@FreeBSD.org> | 1999-07-05 21:12:06 +0000 |
commit | 2322388fc809b22c55edd606fcd32acb8221e236 (patch) | |
tree | 36a7c314dd2e65def7d84c00cdd8dd8467f524fe /sysutils/webmin | |
parent | 062341d603b66e51b8de65341b3ea401e4937bfa (diff) | |
download | ports-2322388fc809b22c55edd606fcd32acb8221e236.tar.gz ports-2322388fc809b22c55edd606fcd32acb8221e236.zip |
Notes
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; \ |