diff options
Diffstat (limited to 'mail/qmail-scanner1/Makefile')
-rw-r--r-- | mail/qmail-scanner1/Makefile | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/mail/qmail-scanner1/Makefile b/mail/qmail-scanner1/Makefile index fb98caa977a0..c4db1411cd1c 100644 --- a/mail/qmail-scanner1/Makefile +++ b/mail/qmail-scanner1/Makefile @@ -7,7 +7,7 @@ PORTNAME= qmail-scanner PORTVERSION= 1.25 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= mail security MASTER_SITES= SF DISTNAME= ${PORTNAME}-${PORTVERSION:S/.r/rc/} @@ -21,6 +21,9 @@ BUILD_DEPENDS= reformime:${PORTSDIR}/mail/maildrop \ MANUAL_PACKAGE_BUILD= Requires qmail built with non-standard setting +SUB_FILES= pkg-deinstall +SUB_LIST= SPOOLDIR=${SPOOLDIR} + NO_LATEST_LINK= yes CONFLICTS= qmail-scanner-2.* @@ -161,11 +164,6 @@ do-install: @PKG_PREFIX=${PREFIX} ${SH} ${PKGDIR}/pkg-install ${PKGNAME} POST-INSTALL @${CAT} ${PKGMESSAGE} -post-deinstall: - @${ECHO_MSG} - @${ECHO_MSG} "If you're not updating this port, you can delete directory '${SPOOLDIR}'." - @${ECHO_MSG} "" - test: @${WRKSRC}/contrib/test_installation.sh -doit |