diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2014-02-04 18:17:14 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2014-02-04 18:17:14 +0000 |
commit | ec150cfca4ac9ebf7e57fd268c085f37f3a435fa (patch) | |
tree | 023ade7bdf9e60470dd69562807ce55b5aa74d49 /mail | |
parent | f03a9e6c515a2b0dbaa8a5b227fca1136ccab83b (diff) |
Notes
Diffstat (limited to 'mail')
-rw-r--r-- | mail/spmfilter/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/mail/spmfilter/Makefile b/mail/spmfilter/Makefile index b8be6b03bcdf..e86aa005210a 100644 --- a/mail/spmfilter/Makefile +++ b/mail/spmfilter/Makefile @@ -90,9 +90,6 @@ post-patch: -e 's|(COMMON_LIBS )db|\1${BDB_LIB_NAME}|' \ ${WRKSRC}/src/CMakeLists.txt -pre-install: - @${SH} ${PKGINSTALL} ${DISTNAME} PRE-INSTALL - post-install: @${INSTALL_DATA} ${WRKSRC}/${PORTNAME}.conf.sample ${STAGEDIR}${PREFIX}/etc/ |