diff options
author | Gabor Kovesdan <gabor@FreeBSD.org> | 2009-09-17 21:31:11 +0000 |
---|---|---|
committer | Gabor Kovesdan <gabor@FreeBSD.org> | 2009-09-17 21:31:11 +0000 |
commit | 231afbecda992e33194cd562e7ee20c380fb5ea1 (patch) | |
tree | 332de84dfa2a86739063b18bd37647163134fcc3 /security/amavisd-new | |
parent | 658ccf76d70b6442c7ae6416952ff0872658dc71 (diff) | |
download | ports-231afbecda992e33194cd562e7ee20c380fb5ea1.tar.gz ports-231afbecda992e33194cd562e7ee20c380fb5ea1.zip |
- Don't overwrite edited configuration file
PR: ports/138801
Submitted by: "Herbert J. Skuhra" <h.skuhra@gmail.com>
Feature safe: yes
Notes
Notes:
svn path=/head/; revision=241621
Diffstat (limited to 'security/amavisd-new')
-rw-r--r-- | security/amavisd-new/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/security/amavisd-new/Makefile b/security/amavisd-new/Makefile index 090b1787a3a2..a80d73241f35 100644 --- a/security/amavisd-new/Makefile +++ b/security/amavisd-new/Makefile @@ -222,6 +222,8 @@ RUN_DEPENDS+= ${LOCALBASE}/bin/ripole:${PORTSDIR}/textproc/ripole RUN_DEPENDS+= ${LOCALBASE}/bin/tnef:${PORTSDIR}/converters/tnef .endif +.include <bsd.port.pre.mk> + pre-fetch: @${ECHO} "" @${ECHO} " **** UPGRADE WARNING: SQL SCHEMA CHANGED ****" @@ -305,4 +307,4 @@ post-install: ${LN} -s ${PREFIX}/sbin/amavisd-release ${PREFIX}/sbin/amavisd-requeue @${CAT} ${PKGMESSAGE} -.include <bsd.port.mk> +.include <bsd.port.post.mk> |