summaryrefslogtreecommitdiff
path: root/package/ncurses
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2011-01-06 23:18:06 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2011-01-06 23:18:06 +0100
commit5a65c76bc3d72ea9f275a3c474d5e308cf367a82 (patch)
tree532919ce0b59163e5e46e2ff396cba0ed68d1ef2 /package/ncurses
parentb1044672f81740729faa21b266f2499b3e1e5396 (diff)
remove obsolete SUB_INSTALL stuff.
Diffstat (limited to 'package/ncurses')
-rw-r--r--package/ncurses/Makefile6
1 files changed, 1 insertions, 5 deletions
diff --git a/package/ncurses/Makefile b/package/ncurses/Makefile
index c1b142dff..78b1c05cd 100644
--- a/package/ncurses/Makefile
+++ b/package/ncurses/Makefile
@@ -21,10 +21,6 @@ include ${TOPDIR}/mk/package.mk
$(eval $(call PKG_template,LIBNCURSES,libncurses,${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION}))
$(eval $(call PKG_template,LIBNCURSES_DEV,libncurses-dev,${PKG_VERSION}-${PKG_RELEASE},libncurses,${PKGSD_LIBNCURSES_DEV},${PKGSC_LIBNCURSES_DEV}))
-SUB_INSTALLS-y:=
-SUB_INSTALLS-m:=
-SUB_INSTALLS-${ADK_PACKAGE_LIBNCURSES_DEV}+= libncurses-dev-install
-
CONFIGURE_ENV+= ac_cv_linux_vers=2
CONFIGURE_ARGS+= --without-cxx \
--without-cxx-binding \
@@ -64,7 +60,7 @@ pre-configure:
find ${WRKBUILD} -name *.o -exec rm {} \;
find ${WRKBUILD} -name *.a -exec rm {} \;
-post-install: ${SUB_INSTALLS-m} ${SUB_INSTALLS-y}
+post-install:
# this is installed as libncurses - make libcurses a "link"
rm -f ${WRKINST}/usr/lib/libcurses.so*
echo 'GROUP(-lncurses)' >${WRKINST}/usr/lib/libcurses.so