diff options
author | ijliao <ijliao@FreeBSD.org> | 2001-08-20 00:47:30 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2001-08-20 00:47:30 +0800 |
commit | e8f7536cc07f1ee859678a292723860b720959b7 (patch) | |
tree | 004ca9d0e2fc47e4ba4b6cc8856c030f403838e3 /www/horde4-base | |
parent | c0e8c3ba138cf8ba62979875b0d768ab36ea590a (diff) | |
download | freebsd-ports-gnome-e8f7536cc07f1ee859678a292723860b720959b7.tar.gz freebsd-ports-gnome-e8f7536cc07f1ee859678a292723860b720959b7.tar.zst freebsd-ports-gnome-e8f7536cc07f1ee859678a292723860b720959b7.zip |
fix pre-everything::
Submitted by: "Dan Langille" <dan@langille.org>
Diffstat (limited to 'www/horde4-base')
-rw-r--r-- | www/horde4-base/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/horde4-base/Makefile b/www/horde4-base/Makefile index 7d335e8c5c23..7e11236fe9a4 100644 --- a/www/horde4-base/Makefile +++ b/www/horde4-base/Makefile @@ -49,7 +49,7 @@ APACHE_CNFDIR?= ${LOCALBASE}/etc/apache APACHE_CONF= ${APACHE_CNFDIR}/httpd.conf MIMETYPES= ${APACHE_CNFDIR}/mime.types -pre-everything: +pre-everything:: .if !defined(WITHOUT_SSL) @${ECHO_MSG} "" @${ECHO_MSG} "Press CTRL-C and define WITHOUT_SSL" |