aboutsummaryrefslogtreecommitdiff
path: root/mail/milter-bogom
diff options
context:
space:
mode:
authorJean-Yves Lefort <jylefort@FreeBSD.org>2005-06-28 23:43:11 +0000
committerJean-Yves Lefort <jylefort@FreeBSD.org>2005-06-28 23:43:11 +0000
commitd6a7b027fc6a83acd8b23c80d1cfae93665a75a9 (patch)
treed3903f297884141dae84f112d3556d767cacff10 /mail/milter-bogom
parent1c253d3f0bdefb9e6fecba71d234cfdd0eb76093 (diff)
downloadports-d6a7b027fc6a83acd8b23c80d1cfae93665a75a9.tar.gz
ports-d6a7b027fc6a83acd8b23c80d1cfae93665a75a9.zip
Notes
Diffstat (limited to 'mail/milter-bogom')
-rw-r--r--mail/milter-bogom/Makefile7
-rw-r--r--mail/milter-bogom/pkg-install3
2 files changed, 5 insertions, 5 deletions
diff --git a/mail/milter-bogom/Makefile b/mail/milter-bogom/Makefile
index 8cc211a02d3c..31f39454d561 100644
--- a/mail/milter-bogom/Makefile
+++ b/mail/milter-bogom/Makefile
@@ -1,12 +1,13 @@
# New ports collection makefile for: milter-bogom
# Date created: 12 Feb 2005
-# Whom: Victor Balada Diaz <victor@alf.dyndns.ws>
+# Whom: Victor Balada Diaz <victor@bsdes.net>
#
# $FreeBSD$
#
PORTNAME= milter-bogom
PORTVERSION= 1.7.1
+PORTREVISION= 1
CATEGORIES= mail
MASTER_SITES= http://www.usebox.net/jjm/bogom/ \
http://blackshell.usebox.net/bogom/
@@ -28,9 +29,7 @@ USE_RC_SUBR= milter-bogom.sh
PLIST_FILES= sbin/bogom \
etc/bogom.conf-example
-.if !defined(NOPORTDOCS)
PORTDOCS= README CHANGELOG
-.endif
post-patch:
@${REINPLACE_CMD} -e 's|/etc|${PREFIX}/etc|g' ${WRKSRC}/bogom.8
@@ -42,7 +41,7 @@ post-patch:
do-install:
@${INSTALL_PROGRAM} ${WRKSRC}/bogom ${PREFIX}/sbin
- @${INSTALL_MAN} ${WRKSRC}/bogom.8 ${PREFIX}/man/man8
+ @${INSTALL_MAN} ${WRKSRC}/bogom.8 ${MAN8PREFIX}/man/man8
@${INSTALL_DATA} ${WRKSRC}/bogom.conf-example ${PREFIX}/etc
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
diff --git a/mail/milter-bogom/pkg-install b/mail/milter-bogom/pkg-install
index d7da1bade2e9..a3fdc9b28cb5 100644
--- a/mail/milter-bogom/pkg-install
+++ b/mail/milter-bogom/pkg-install
@@ -11,7 +11,8 @@ pw user show bogomilter > /dev/null 2>&1
if [ $? != 0 ]
then
echo "===> Adding user bogomilter"
- pw useradd bogomilter -u 174 -c "milter-bogom"
+ pw useradd bogomilter -u 174 -c "milter-bogom" -s /sbin/nologin \
+ -d /nonexistent
else
echo "===> Using existing user bogomilter"
fi