diff options
Diffstat (limited to 'mail/sendmail')
-rw-r--r-- | mail/sendmail/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/sendmail/Makefile b/mail/sendmail/Makefile index 71992f0b00e7..3426d8c527f7 100644 --- a/mail/sendmail/Makefile +++ b/mail/sendmail/Makefile @@ -32,6 +32,7 @@ SENDMAIL= ${PREFIX}/sbin/sendmail BASEMAIL= /usr/libexec/sendmail/sendmail PLIST_SUB+= PREFIX=${PREFIX:S=${PREFIX}/==} LDAP_PORT?= net/openldap21-client +PKGMESSAGE= ${WRKSRC}/pkg-message # Options to define Features: # SENDMAIL_WITHOUT_IPV6=yes @@ -305,4 +306,3 @@ pre-everything:: .endif .include <bsd.port.post.mk> -PKGMESSAGE= ${WRKSRC}/pkg-message |