diff options
author | adamw <adamw@FreeBSD.org> | 2005-04-22 09:49:57 +0800 |
---|---|---|
committer | adamw <adamw@FreeBSD.org> | 2005-04-22 09:49:57 +0800 |
commit | cd29e8465a5a4b5580062c3bf9a1a4acce35c5e8 (patch) | |
tree | 087ba1d6325ddc1bb7a8b6735056f9802217631b /mail | |
parent | 341c52773202e8aa07f93a4198a6513c88b78066 (diff) | |
download | freebsd-ports-gnome-cd29e8465a5a4b5580062c3bf9a1a4acce35c5e8.tar.gz freebsd-ports-gnome-cd29e8465a5a4b5580062c3bf9a1a4acce35c5e8.tar.zst freebsd-ports-gnome-cd29e8465a5a4b5580062c3bf9a1a4acce35c5e8.zip |
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
Diffstat (limited to 'mail')
-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 |