diff options
author | jlam <jlam@pkgsrc.org> | 2006-05-22 22:22:02 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2006-05-22 22:22:02 +0000 |
commit | 60f791e1e6e8d8af45e12cb623013d771d30fb6b (patch) | |
tree | ca98d60e91b0d89b789e521e62fea00e9c068707 /games/rtcw | |
parent | 4c5a38e5be42f1b7dee6a843d87970ddf64a33c6 (diff) | |
download | pkgsrc-60f791e1e6e8d8af45e12cb623013d771d30fb6b.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 'games/rtcw')
-rw-r--r-- | games/rtcw/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/games/rtcw/Makefile b/games/rtcw/Makefile index 68dd6e64140..e494486d024 100644 --- a/games/rtcw/Makefile +++ b/games/rtcw/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2006/04/22 09:22:09 rillig Exp $ +# $NetBSD: Makefile,v 1.12 2006/05/22 22:22:03 jlam Exp $ DISTNAME= wolf-linux-1.33.x86 PKGNAME= rtcw-1.33 @@ -14,7 +14,6 @@ COMMENT= Return to Castle Wolfenstein for Linux ONLY_FOR_PLATFORM= *-*-i386 NOT_FOR_PLATFORM= NetBSD-*-* -CHECK_SHLIBS= no NO_BUILD= yes RTCWDIR= ${PREFIX}/lib/lokigames/rtcw RESTRICTED= Size; the data set is much too big |