summaryrefslogtreecommitdiff
path: root/print/acroread
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2006-05-22 22:22:02 +0000
committerjlam <jlam@pkgsrc.org>2006-05-22 22:22:02 +0000
commit913b4f229672f01d8e13032011cb31baa47ebba9 (patch)
treeca98d60e91b0d89b789e521e62fea00e9c068707 /print/acroread
parent6fe90be7fbb7f3bb356a859cf3dca664f0ab57c7 (diff)
downloadpkgsrc-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 'print/acroread')
-rw-r--r--print/acroread/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/print/acroread/Makefile b/print/acroread/Makefile
index bdab1f294b1..1c0b15960c3 100644
--- a/print/acroread/Makefile
+++ b/print/acroread/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.48 2006/04/22 09:22:13 rillig Exp $
+# $NetBSD: Makefile,v 1.49 2006/05/22 22:22:04 jlam Exp $
DISTNAME= acroread # Overridden below
PKGNAME= acroread-4.05
@@ -18,9 +18,8 @@ NO_BIN_ON_FTP= ${RESTRICTED}
NO_SRC_ON_FTP= ${RESTRICTED}
LICENSE= adobe-acrobat-license
-CHECK_SHLIBS= NO
-NO_BUILD= YES
-SHLIB_HANDLING= NO
+CHECK_SHLIBS_SUPPORTED= no
+NO_BUILD= yes
.include "../../mk/bsd.prefs.mk"