diff options
author | Will Andrews <will@FreeBSD.org> | 2001-08-17 18:52:41 +0000 |
---|---|---|
committer | Will Andrews <will@FreeBSD.org> | 2001-08-17 18:52:41 +0000 |
commit | 8ca26fe002854912e29604a43c726101887f2fc0 (patch) | |
tree | a035bbfa1450577b5e3fb67a6b78c240109000ed /mail/horde-imp | |
parent | I forgot to get rid of the illegal hyphen in PORTVERSION. This is (diff) |
pre-everything requires two colons, not one.
Found by: Dan Langille <dan@langille.org> && FreshPorts(TM)(C)(R)(SM)
Notes
Notes:
svn path=/head/; revision=46395
Diffstat (limited to 'mail/horde-imp')
-rw-r--r-- | mail/horde-imp/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/horde-imp/Makefile b/mail/horde-imp/Makefile index 842bf748c0f9..a71d8c6bf25d 100644 --- a/mail/horde-imp/Makefile +++ b/mail/horde-imp/Makefile @@ -78,7 +78,7 @@ PLIST_SUB= HORDEDIR=${LHORDEDIR} IMPDIR=${LIMPDIR} HORDEDIR= ${PREFIX}/${LHORDEDIR} IMPDIR= ${PREFIX}/${LIMPDIR} -pre-everything: +pre-everything:: .if !defined(WITHOUT_IMAPSERVER) @${ECHO_MSG} "" @${ECHO_MSG} "Press CTRL-C and define WITHOUT_IMAPSERVER" |