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 | 913b4f229672f01d8e13032011cb31baa47ebba9 (patch) | |
tree | ca98d60e91b0d89b789e521e62fea00e9c068707 /emulators/xyame | |
parent | 6fe90be7fbb7f3bb356a859cf3dca664f0ab57c7 (diff) | |
download | pkgsrc-913b4f229672f01d8e13032011cb31baa47ebba9.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 'emulators/xyame')
-rw-r--r-- | emulators/xyame/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/emulators/xyame/Makefile b/emulators/xyame/Makefile index 38fc5494e8d..02d972cb14e 100644 --- a/emulators/xyame/Makefile +++ b/emulators/xyame/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2006/02/05 23:09:05 joerg Exp $ +# $NetBSD: Makefile,v 1.6 2006/05/22 22:22:03 jlam Exp $ # DISTNAME= xyame038 @@ -21,8 +21,6 @@ WRKSRC= ${WRKDIR} NO_CONFIGURE= yes NO_BUILD= yes -CHECK_SHLIBS= no - ONLY_FOR_PLATFORM+= *-*-i386 INSTALLATION_DIRS= bin man/man6 |