pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

nmh: Do not include bsd.prefs.mk two times (NFC)



Module Name:	pkgsrc-wip
Committed By:	Leonardo Taccari <leot%NetBSD.org@localhost>
Pushed By:	leot
Date:		Thu Aug 24 11:12:11 2017 +0200
Changeset:	50dcf49d6b42eddb310878406433008b6f976a3e

Modified Files:
	nmh/Makefile

Log Message:
nmh: Do not include bsd.prefs.mk two times (NFC)

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=50dcf49d6b42eddb310878406433008b6f976a3e

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 nmh/Makefile | 2 --
 1 file changed, 2 deletions(-)

diffs:
diff --git a/nmh/Makefile b/nmh/Makefile
index 3475b9646b..01444cd30d 100644
--- a/nmh/Makefile
+++ b/nmh/Makefile
@@ -92,8 +92,6 @@ post-install:
 	${INSTALL_DATA} ${FILESDIR}/mhn.defaults.dist \
 	    ${DESTDIR}${EGDIR}/mhn.defaults
 
-.include "../../mk/bsd.prefs.mk"
-
 .if ${OPSYS} == "Linux"
 .include "../../databases/gdbm_compat/buildlink3.mk"
 CONFIGURE_ARGS+=	--with-ndbm='gdbm_compat -lgdbm'


Home | Main Index | Thread Index | Old Index