diff options
author | David W. Chapman Jr. <dwcjr@FreeBSD.org> | 2001-11-06 23:03:03 +0000 |
---|---|---|
committer | David W. Chapman Jr. <dwcjr@FreeBSD.org> | 2001-11-06 23:03:03 +0000 |
commit | c6f1233934417969d108ec0c1516a0d2b59be5ef (patch) | |
tree | a29cb9ca4b3ee3292e22859925f78cc6f97ab451 /mail/postfix-current/Makefile | |
parent | Add $NO_LATEST_LINK. (diff) |
Add NO_LATEST_LINK so its not to be confused with postfix(stable)
Also fix white space on line above NO_LATEST_LINK
Submitted by: knu
Diffstat (limited to '')
-rw-r--r-- | mail/postfix-current/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/mail/postfix-current/Makefile b/mail/postfix-current/Makefile index ab198048ddc1..ef1e6d9c8440 100644 --- a/mail/postfix-current/Makefile +++ b/mail/postfix-current/Makefile @@ -51,7 +51,9 @@ DOC1= 0README COMPATIBILITY DB_README DEBUG_README ETRN_README \ FILTER_README HISTORY INSTALL LDAP_README LICENSE LINUX_README \ LMTP_README MACOSX_README MYSQL_README PCRE_README PORTING \ QMQP_README RELEASE_NOTES SASL_README TODO ULTRIX_README UUCP_README \ - VERP_README VIRTUAL_README + VERP_README VIRTUAL_README + +NO_LATEST_LINK= yes .if defined(NOPORTDOCS) PLIST_SUB+= SUB_DOCS="@comment " |