summaryrefslogtreecommitdiff
path: root/security/smtpd/Makefile
diff options
context:
space:
mode:
authorabs <abs>2001-04-27 13:52:18 +0000
committerabs <abs>2001-04-27 13:52:18 +0000
commit5c1a51703fc8c699a17e677439a57483ce18a81d (patch)
treed7d635ded3735dbec2ad7628ccdeaab8b6bae693 /security/smtpd/Makefile
parenta8c678b605ebc84fb8385484ff07da1cb7cdfc9d (diff)
downloadpkgsrc-5c1a51703fc8c699a17e677439a57483ce18a81d.tar.gz
Install the README & INSTALL doc
Diffstat (limited to 'security/smtpd/Makefile')
-rw-r--r--security/smtpd/Makefile7
1 files changed, 6 insertions, 1 deletions
diff --git a/security/smtpd/Makefile b/security/smtpd/Makefile
index e84bee46c0c..633efcadcaf 100644
--- a/security/smtpd/Makefile
+++ b/security/smtpd/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2001/02/25 04:18:14 hubertf Exp $
+# $NetBSD: Makefile,v 1.6 2001/04/27 13:52:18 abs Exp $
#
DISTNAME= smtpd-2.0
@@ -20,4 +20,9 @@ pre-install:
${CHMOD} -R g=,o= ${SPOOL}
${CP} /etc/localtime /etc/resolv.conf ${SPOOL}/etc
+post-install:
+ @${INSTALL_DATA_DIR} ${PREFIX}/share/doc/smtpd
+ ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/smtpd
+ ${INSTALL_DATA} ${WRKSRC}/INSTALL ${PREFIX}/share/doc/smtpd
+
.include "../../mk/bsd.pkg.mk"