aboutsummaryrefslogtreecommitdiffstats
path: root/mail/milter-bogom/Makefile
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>2006-11-09 21:28:33 +0800
committerache <ache@FreeBSD.org>2006-11-09 21:28:33 +0800
commit537c573569230f7225315da12c3a28b09ddfaeee (patch)
tree5c3b78c92b5183b36b9cdae98b26c0f36dcdf3e4 /mail/milter-bogom/Makefile
parentbf3c069a4d44cd0f2eb1e95714b9fa4d20f4ec9a (diff)
downloadfreebsd-ports-gnome-537c573569230f7225315da12c3a28b09ddfaeee.tar.gz
freebsd-ports-gnome-537c573569230f7225315da12c3a28b09ddfaeee.tar.zst
freebsd-ports-gnome-537c573569230f7225315da12c3a28b09ddfaeee.zip
Switch to mailnull user as default
PR: 105329 Submitted by: Victor Balada Diaz <victor@bsdes.net> (maintainer)
Diffstat (limited to 'mail/milter-bogom/Makefile')
-rw-r--r--mail/milter-bogom/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/mail/milter-bogom/Makefile b/mail/milter-bogom/Makefile
index 7b01cae6aae8..cdb876a49fd6 100644
--- a/mail/milter-bogom/Makefile
+++ b/mail/milter-bogom/Makefile
@@ -5,13 +5,13 @@
# $FreeBSD$
#
-PORTNAME= milter-bogom
+PORTNAME= bogom
PORTVERSION= 1.9
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= mail
MASTER_SITES= http://www.usebox.net/jjm/bogom/ \
http://blackshell.usebox.net/bogom/
-DISTNAME= bogom-${PORTVERSION}
+PKGNAMEPREFIX= milter-
MAINTAINER= victor@bsdes.net
COMMENT= Simple sendmail milter to interface bogofilter
@@ -51,7 +51,6 @@ do-install:
.endif
post-install:
- @${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL
@${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>