summaryrefslogtreecommitdiff
path: root/mail/milter-greylist/Makefile
diff options
context:
space:
mode:
authortron <tron>2004-04-12 13:55:59 +0000
committertron <tron>2004-04-12 13:55:59 +0000
commit3d0606158fb94114de325115b96e1ed7ee81b6d8 (patch)
tree111181690e14a33a7380efeca2815a4e5e0d5f09 /mail/milter-greylist/Makefile
parentcd9d99734b700d59b7a4c7785c7edd80b534a31d (diff)
downloadpkgsrc-3d0606158fb94114de325115b96e1ed7ee81b6d8.tar.gz
Polish up "milter-greylist" package:
1.) Install "README" into "share/doc/milter-greylist". 2.) Install example configuration into "share/examples/milter-greylist". 3.) Provide a "rc.d" script. Bump package revision because of these changes.
Diffstat (limited to 'mail/milter-greylist/Makefile')
-rw-r--r--mail/milter-greylist/Makefile12
1 files changed, 10 insertions, 2 deletions
diff --git a/mail/milter-greylist/Makefile b/mail/milter-greylist/Makefile
index c2696a51920..db630008055 100644
--- a/mail/milter-greylist/Makefile
+++ b/mail/milter-greylist/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.6 2004/04/06 14:01:51 tv Exp $
-#
+# $NetBSD: Makefile,v 1.7 2004/04/12 13:55:59 tron Exp $
DISTNAME= milter-greylist-1.0.2
+PKGREVISION= 1
CATEGORIES= mail
MASTER_SITES= ftp://ftp.espci.fr/pub/milter-greylist/
EXTRACT_SUFX= .tgz
@@ -19,6 +19,14 @@ ALL_TARGET= milter-greylist
PKG_GROUPS= smmsp
PKG_USERS= smmsp:smmsp::Sendmail\\ Message\\ Submission\\ Program
+RCD_SCRIPTS= milter-greylist
+
+post-install:
+ ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/milter-greylist
+ ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/milter-greylist
+ ${INSTALL_DATA_DIR} ${PREFIX}/share/examples/milter-greylist
+ ${INSTALL_DATA} ${WRKSRC}/greylist.conf \
+ ${PREFIX}/share/examples/milter-greylist
.include "../../mail/libmilter/buildlink2.mk"
.include "../../mk/pthread.buildlink2.mk"