From 913b4f229672f01d8e13032011cb31baa47ebba9 Mon Sep 17 00:00:00 2001 From: jlam Date: Mon, 22 May 2006 22:22:02 +0000 Subject: Move the check-shlibs target from bsd.pkg.mk to bsd.pkg.check.mk where it will live with other "check" targets run after package installation. Get rid of SHLIB_HANDLING, whose meaning had mutated over the years from one thing to another. Currently, it is used to basically note whether the system's "ldd" command can be usefully run on the package's binaries and libraries. Rename this variable to CHECK_SHLIBS_SUPPORTED for more clarity. CHECK_SHLIBS is now a variable set exclusively by the user in /etc/mk.conf to note whether the check for missing run-time search paths is performed after a package is installed. It defaults to "no" unless PKG_DEVELOPER is set. --- lang/mit-scheme-bin/Makefile | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'lang/mit-scheme-bin/Makefile') diff --git a/lang/mit-scheme-bin/Makefile b/lang/mit-scheme-bin/Makefile index b1b865a2053..cde6bdc9876 100644 --- a/lang/mit-scheme-bin/Makefile +++ b/lang/mit-scheme-bin/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2006/04/13 21:37:29 wiz Exp $ +# $NetBSD: Makefile,v 1.2 2006/05/22 22:22:04 jlam Exp $ # DISTNAME= mit-scheme-7.7.1-ix86-gnu-linux @@ -12,11 +12,7 @@ COMMENT= MIT/GNU Scheme (Linux binary) DEPENDS+= suse_base>=6.0:../../emulators/${SUSE_DIR_PREFIX}_base -WRKSRC= ${WRKDIR} - -CHECK_SHLIBS= NO -SHLIB_HANDLING= NO - +WRKSRC= ${WRKDIR} INSTALLATION_DIRS= bin do-build: -- cgit v1.2.3