summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorRyan Steinmetz <zi@FreeBSD.org>2012-05-15 00:24:09 +0000
committerRyan Steinmetz <zi@FreeBSD.org>2012-05-15 00:24:09 +0000
commit3e25057c1c41283c425f9682b4df4367c412fd16 (patch)
treeb726ba371d200ebc1eba200c6db920823f83eb1b /mail
parentTanglet is a single player word finding game based on Boggle. The (diff)
- Fix install whenever WITH_FILTER is not specified
- Do not bump PORTREVISION PR: ports/167803 Submitted by: zi Approved by: Hirohisa Yamaguchi <umq@ueo.co.jp> (maintainer)
Notes
Notes: svn path=/head/; revision=296631
Diffstat (limited to 'mail')
-rw-r--r--mail/opendkim/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/opendkim/Makefile b/mail/opendkim/Makefile
index 9efd03c4246f..59709003fab4 100644
--- a/mail/opendkim/Makefile
+++ b/mail/opendkim/Makefile
@@ -141,7 +141,7 @@ PLIST_SUB+= LUA="@comment "
.endif
post-install:
-.if !defined(WITH_DEBUG)
+.if !defined(WITH_DEBUG) && defined(WITH_FILTER) && !defined(WITHOUT_FILTER)
@${STRIP_CMD} ${PREFIX}/sbin/opendkim
.endif
@${MKDIR} ${PREFIX}/etc/mail