diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2005-04-22 01:49:57 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2005-04-22 01:49:57 +0000 |
commit | adbfb8d78b440835ffef86195fbb7d3f72fe85d9 (patch) | |
tree | c0ebd0cb8842730d5a314e5945b9530f1907358d /mail/vm-pop3d/Makefile | |
parent | 3d7ba6e4fdc56ea9539a75564ca6c6ca4bc15128 (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/vm-pop3d/Makefile')
-rw-r--r-- | mail/vm-pop3d/Makefile | 2 |
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 |