aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/webmin/Makefile
diff options
context:
space:
mode:
authorandreas <andreas@FreeBSD.org>1999-06-05 21:00:43 +0800
committerandreas <andreas@FreeBSD.org>1999-06-05 21:00:43 +0800
commitddb57a386f75bea544e001b8eb8e4872fbd2d2dc (patch)
treef6bce59680499559bb27e3364dfcf0a208ed18df /sysutils/webmin/Makefile
parent35f5151745ebce891900727130e49b2bb3b446cd (diff)
downloadfreebsd-ports-gnome-ddb57a386f75bea544e001b8eb8e4872fbd2d2dc.tar.gz
freebsd-ports-gnome-ddb57a386f75bea544e001b8eb8e4872fbd2d2dc.tar.zst
freebsd-ports-gnome-ddb57a386f75bea544e001b8eb8e4872fbd2d2dc.zip
Upgrade webmin from 0.71 to 0.72
Make webmin FreeBSD 4.0 aware.
Diffstat (limited to 'sysutils/webmin/Makefile')
-rw-r--r--sysutils/webmin/Makefile12
1 files changed, 6 insertions, 6 deletions
diff --git a/sysutils/webmin/Makefile b/sysutils/webmin/Makefile
index e051d86c5555..31284e9cd8bd 100644
--- a/sysutils/webmin/Makefile
+++ b/sysutils/webmin/Makefile
@@ -3,10 +3,10 @@
# Date created: Do 19 Nov 1998 21:13:55 CET
# Whom: Andreas Klemm <andreas@klemm.gtn.com>
#
-# $Id: Makefile,v 1.5 1999/04/12 18:53:30 andreas Exp $
+# $Id: Makefile,v 1.6 1999/04/12 18:58:45 andreas Exp $
#
-DISTNAME= webmin-0.71
+DISTNAME= webmin-0.72
CATEGORIES= sysutils
MASTER_SITES= http://www.webmin.com/webmin/download/
@@ -18,11 +18,11 @@ USE_PERL5= yes
pre-extract:
@if [ -x ${PREFIX}/sbin/httpd ]; then \
- ${ECHO_MSG} Good ! You seem to have apache webserver installed ...; \
+ ${ECHO_MSG} Good ! You seem to have a webserver installed ...; \
else \
- ${ECHO_MSG} You need to install one of the different apache webservers; \
- ${ECHO_MSG} Best would be apache13-modssl or apache13-php3 that can be; \
- ${ECHO_MSG} configured to use modssl for better security as well; \
+ ${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