pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/sysutils/cpmtools
Module Name: pkgsrc
Committed By: roy
Date: Tue Jan 3 22:46:53 UTC 2017
Modified Files:
pkgsrc/sysutils/cpmtools: Makefile
Log Message:
Use the curses framework.
To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/sysutils/cpmtools/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/sysutils/cpmtools/Makefile
diff -u pkgsrc/sysutils/cpmtools/Makefile:1.7 pkgsrc/sysutils/cpmtools/Makefile:1.8
--- pkgsrc/sysutils/cpmtools/Makefile:1.7 Tue Aug 18 07:31:17 2015
+++ pkgsrc/sysutils/cpmtools/Makefile Tue Jan 3 22:46:53 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2015/08/18 07:31:17 wiz Exp $
+# $NetBSD: Makefile,v 1.8 2017/01/03 22:46:53 roy Exp $
#
DISTNAME= cpmtools-2.13
@@ -17,5 +17,7 @@ CONFIGURE_ARGS+= --datarootdir=${PREFIX}
INSTALL_MAKE_FLAGS+= prefix=${DESTDIR}${PREFIX} MANDIR=${DESTDIR}${PREFIX}/${PKGMANDIR}
INSTALLATION_DIRS+= bin share/cpmtools ${PKGMANDIR}/man1 ${PKGMANDIR}/man5
-.include "../../devel/ncurses/buildlink3.mk"
+# I have no idea why this even wants to link against curses as it appears
+# to use neither curses, terminfo or termcap.
+.include "../../mk/curses.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index