diff options
author | wiz <wiz> | 2001-11-30 01:26:32 +0000 |
---|---|---|
committer | wiz <wiz> | 2001-11-30 01:26:32 +0000 |
commit | 3bf8d9819a3fdd9bfe3cc48aed727a3dda419e93 (patch) | |
tree | 657469433851835a520358101ce255222ea46c96 /mk | |
parent | 0aaec8059d0c04854795ed2c72058684336e63a2 (diff) | |
download | pkgsrc-3bf8d9819a3fdd9bfe3cc48aed727a3dda419e93.tar.gz |
Remove REPLACE_CURSES from bsd.pkg.mk (not needed anymore), and don't
document it and USE_CURSES in Packages.txt anymore (packages should
really use devel/ncurses/buildlink.mk instead).
Diffstat (limited to 'mk')
-rw-r--r-- | mk/bsd.pkg.mk | 18 |
1 files changed, 1 insertions, 17 deletions
diff --git a/mk/bsd.pkg.mk b/mk/bsd.pkg.mk index 09f1dbc8c36..9688f15f616 100644 --- a/mk/bsd.pkg.mk +++ b/mk/bsd.pkg.mk @@ -1,4 +1,4 @@ -# $NetBSD: bsd.pkg.mk,v 1.867 2001/11/29 20:06:03 wiz Exp $ +# $NetBSD: bsd.pkg.mk,v 1.868 2001/11/30 01:26:33 wiz Exp $ # # This file is in the public domain. # @@ -1524,22 +1524,6 @@ do-patch: uptodate-digest # Configure -_CONFIGURE_PREREQ+= replace-ncurses -replace-ncurses: -.if defined(REPLACE_NCURSES) && (!defined(NEED_NCURSES) || ${NEED_NCURSES} == "NO") -. for f in ${REPLACE_NCURSES} - ${_PKG_SILENT}${_PKG_DEBUG}cd ${WRKSRC}; if [ -f ${f} ]; then \ - ${SED} -e "s/ncurses/curses/g" ${f} > ${f}.new; \ - if [ -x ${f} ]; then \ - ${CHMOD} a+x ${f}.new; \ - fi; \ - ${MV} ${f}.new ${f}; \ - fi -. endfor -.else - ${_PKG_SILENT}${_PKG_DEBUG}${TRUE} -.endif - _CONFIGURE_PREREQ+= do-libtool do-libtool: .if defined(USE_LIBTOOL) && defined(LTCONFIG_OVERRIDE) |