diff options
author | zi <zi@FreeBSD.org> | 2012-05-15 08:24:09 +0800 |
---|---|---|
committer | zi <zi@FreeBSD.org> | 2012-05-15 08:24:09 +0800 |
commit | 60962bcb6fa31e5ead1f4eaa6a67d45d09c11f6e (patch) | |
tree | 3b1a974db73e1a6f33b15e1f5f1298484ae334dc /mail | |
parent | bec6d49993ec2c0f2b38793185cadb2cc109740a (diff) | |
download | freebsd-ports-gnome-60962bcb6fa31e5ead1f4eaa6a67d45d09c11f6e.tar.gz freebsd-ports-gnome-60962bcb6fa31e5ead1f4eaa6a67d45d09c11f6e.tar.zst freebsd-ports-gnome-60962bcb6fa31e5ead1f4eaa6a67d45d09c11f6e.zip |
- 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)
Diffstat (limited to 'mail')
-rw-r--r-- | mail/opendkim/Makefile | 2 |
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 |