From 60f791e1e6e8d8af45e12cb623013d771d30fb6b 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. --- misc/latin-words-bin/Makefile | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'misc/latin-words-bin') diff --git a/misc/latin-words-bin/Makefile b/misc/latin-words-bin/Makefile index f37ed5e64c1..4efe2e237ea 100644 --- a/misc/latin-words-bin/Makefile +++ b/misc/latin-words-bin/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2006/02/05 23:10:12 joerg Exp $ +# $NetBSD: Makefile,v 1.5 2006/05/22 22:22:04 jlam Exp $ # DISTNAME= words-1.97-linux @@ -12,9 +12,7 @@ HOMEPAGE= http://users.erols.com/whitaker/wordslux.htm COMMENT= Latin-to-English dictionary program (Linux binary) WRKSRC= ${WRKDIR}/words-1.97 -NO_CONFIGURE= YES - -CHECK_SHLIBS= NO +NO_CONFIGURE= YES .include "../../mk/bsd.prefs.mk" .if ${OPSYS} == "NetBSD" -- cgit v1.2.3