diff options
author | zuntum <zuntum> | 2001-04-22 22:06:19 +0000 |
---|---|---|
committer | zuntum <zuntum> | 2001-04-22 22:06:19 +0000 |
commit | 2f7697a5360fc37c7aec4c7505e9da2a41ee366c (patch) | |
tree | 1fbdb0cae61329eaff22c97e1623e9ab52f337fc /mail | |
parent | d4f85f2f45e229c10de025befe4699bb86772af9 (diff) | |
download | pkgsrc-2f7697a5360fc37c7aec4c7505e9da2a41ee366c.tar.gz |
Remove FreeBSDism (NOPORTDOCS)
Diffstat (limited to 'mail')
-rw-r--r-- | mail/smtpfeed/Makefile | 4 |
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" |