diff options
author | mnag <mnag@FreeBSD.org> | 2006-08-16 08:09:49 +0800 |
---|---|---|
committer | mnag <mnag@FreeBSD.org> | 2006-08-16 08:09:49 +0800 |
commit | 3e716694bf918fe13cf70cac70506b7fe0365a8b (patch) | |
tree | 5b4c62a523cc97d2f38622f8aec8b1af2ffa8d37 | |
parent | 16c5a9a3928a08578f2a64b6bf9da31c1b30af30 (diff) | |
download | freebsd-ports-gnome-3e716694bf918fe13cf70cac70506b7fe0365a8b.tar.gz freebsd-ports-gnome-3e716694bf918fe13cf70cac70506b7fe0365a8b.tar.zst freebsd-ports-gnome-3e716694bf918fe13cf70cac70506b7fe0365a8b.zip |
- Add NO_LATEST_LINK
Notified by: kris
-rw-r--r-- | mail/postfix22/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mail/postfix22/Makefile b/mail/postfix22/Makefile index 49a974b64aa3..942a64730eed 100644 --- a/mail/postfix22/Makefile +++ b/mail/postfix22/Makefile @@ -34,6 +34,7 @@ COMMENT= A secure alternative to widely-used Sendmail CONFLICTS= courier-0.* postfix-1.* postfix-2.[0-13-9].* postfix-current-2.* \ sendmail-8.* sendmail-*-8.* smail-3.* zmailer-2.* +NO_LATEST_LINK= yes USE_SUBMAKE= yes USE_RC_SUBR= postfix.sh |