summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorAdam Weinberger <adamw@FreeBSD.org>2005-04-22 01:49:57 +0000
committerAdam Weinberger <adamw@FreeBSD.org>2005-04-22 01:49:57 +0000
commitadbfb8d78b440835ffef86195fbb7d3f72fe85d9 (patch)
treec0ebd0cb8842730d5a314e5945b9530f1907358d /mail
parent- Package list fixes (diff)
Correct a number of ports that anger the tempermental Make Spirits
by using C comments instead of make(1) constructs. And as long as I'm here, fix a command misspelling in vm-pop3d. As prompted by: kris
Notes
Notes: svn path=/head/; revision=133895
Diffstat (limited to 'mail')
-rw-r--r--mail/vm-pop3d/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/vm-pop3d/Makefile b/mail/vm-pop3d/Makefile
index 6cf4128bf888..9b4b6722ed16 100644
--- a/mail/vm-pop3d/Makefile
+++ b/mail/vm-pop3d/Makefile
@@ -21,7 +21,7 @@ GNU_CONFIGURE= yes
.if defined(WITH_IPVIRTUAL)
CONFIGURE_ARGS+= --enable-ip-based-virtual --enable-virtual
-.elsif defined(WITH_VIRTUAL)
+.elif defined(WITH_VIRTUAL)
CONFIGURE_ARGS+= --enable-virtual
.endif