summaryrefslogtreecommitdiff
path: root/mail/smtpfeed
diff options
context:
space:
mode:
authorzuntum <zuntum@pkgsrc.org>2001-04-22 22:06:19 +0000
committerzuntum <zuntum@pkgsrc.org>2001-04-22 22:06:19 +0000
commit8ef06f84006a3c10c5c45fcf07dcda05342db14a (patch)
tree1fbdb0cae61329eaff22c97e1623e9ab52f337fc /mail/smtpfeed
parent954d6123aac6d59bfbe90d8587a8f9640aae5f18 (diff)
downloadpkgsrc-8ef06f84006a3c10c5c45fcf07dcda05342db14a.tar.gz
Remove FreeBSDism (NOPORTDOCS)
Diffstat (limited to 'mail/smtpfeed')
-rw-r--r--mail/smtpfeed/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/mail/smtpfeed/Makefile b/mail/smtpfeed/Makefile
index b52412fdd2d..31b061cba3c 100644
--- a/mail/smtpfeed/Makefile
+++ b/mail/smtpfeed/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2001/03/19 05:28:23 itojun Exp $
+# $NetBSD: Makefile,v 1.18 2001/04/22 22:06:19 zuntum Exp $
# Based on FreeBSD Id: Makefile,v 1.27 1999/04/03 08:25:18 itojun Exp
#
@@ -36,11 +36,9 @@ CONFIGURE_ARGS+=--enable-ipv6
.endif
post-install:
-.if !defined(NOPORTDOCS)
${INSTALL_DATA_DIR} ${DOCDIR}
for i in ${DOCS}; do \
${INSTALL_DATA} ${WRKSRC}/$$i ${DOCDIR}; \
done
-.endif
.include "../../mk/bsd.pkg.mk"