diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-08-19 16:47:30 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-08-19 16:47:30 +0000 |
commit | 62ffea3a610aa3c9b5548457bbe94f9faea4f00c (patch) | |
tree | 980344630826194df0eaf7088a0fbcfbacc593cd /www/horde | |
parent | Update one URL for a site which was reorganized; remove eight others (diff) |
fix pre-everything::
Submitted by: "Dan Langille" <dan@langille.org>
Notes
Notes:
svn path=/head/; revision=46485
Diffstat (limited to 'www/horde')
-rw-r--r-- | www/horde/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/horde/Makefile b/www/horde/Makefile index 7d335e8c5c23..7e11236fe9a4 100644 --- a/www/horde/Makefile +++ b/www/horde/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" |