diff options
author | andreas <andreas@FreeBSD.org> | 1999-07-16 00:03:37 +0800 |
---|---|---|
committer | andreas <andreas@FreeBSD.org> | 1999-07-16 00:03:37 +0800 |
commit | 28c97c9e6cb17ed03cc0b55538ec7703b0889dba (patch) | |
tree | a95a4e3b9b538dff8e31bca0b1f9d3bb8c3634c2 /sysutils | |
parent | 32ebe7b38655c5e5d470306463b57069f55622ac (diff) | |
download | freebsd-ports-gnome-28c97c9e6cb17ed03cc0b55538ec7703b0889dba.tar.gz freebsd-ports-gnome-28c97c9e6cb17ed03cc0b55538ec7703b0889dba.tar.zst freebsd-ports-gnome-28c97c9e6cb17ed03cc0b55538ec7703b0889dba.zip |
Webmin doesn't need a webserver to run.
Submitted by: Maxim Sobolev <sobomax@altavista.net>
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/webmin/Makefile | 12 |
1 files changed, 1 insertions, 11 deletions
diff --git a/sysutils/webmin/Makefile b/sysutils/webmin/Makefile index 16c3d7025371..30e29c3cc369 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.7 1999/06/05 13:00:32 andreas Exp $ +# $Id: Makefile,v 1.8 1999/07/05 21:12:06 andreas Exp $ # DISTNAME= webmin-0.72 @@ -16,16 +16,6 @@ NO_BUILD= yes IS_INTERACTIVE= yes USE_PERL5= yes -pre-extract: - @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; \ - ${ECHO_MSG} Best would be apache13-modssl or apache13-php3 that can ; \ - ${ECHO_MSG} be configured to use modssl for better security; \ - exit 1; \ - fi - do-install: ${MKDIR} ${PREFIX}/lib/webmin ${CP} -r ${WRKSRC}/* ${PREFIX}/lib/webmin |