summaryrefslogtreecommitdiff
path: root/lang/mit-scheme-bin
diff options
context:
space:
mode:
authorjlam <jlam>2006-05-22 22:22:02 +0000
committerjlam <jlam>2006-05-22 22:22:02 +0000
commitc534f2167664e9746737a15a375724fdf1455d5e (patch)
treeca98d60e91b0d89b789e521e62fea00e9c068707 /lang/mit-scheme-bin
parent60e5ffaa4fc2a320e32b01fb6dedf22aaa79288e (diff)
downloadpkgsrc-c534f2167664e9746737a15a375724fdf1455d5e.tar.gz
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.
Diffstat (limited to 'lang/mit-scheme-bin')
-rw-r--r--lang/mit-scheme-bin/Makefile8
1 files changed, 2 insertions, 6 deletions
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: