diff options
author | schmonz <schmonz> | 2002-12-07 02:38:52 +0000 |
---|---|---|
committer | schmonz <schmonz> | 2002-12-07 02:38:52 +0000 |
commit | dbb71432c1380918f61104a2e5d18effa27af2ab (patch) | |
tree | 1de4a04cf479873e6e59c8e7b26df68132cd5628 /pkgtools | |
parent | 871498add4080b3a349768e215c1d64a2acbefc0 (diff) | |
download | pkgsrc-dbb71432c1380918f61104a2e5d18effa27af2ab.tar.gz |
Replace IGNORE with PKG_FAIL_REASON or PKG_SKIP_REASON as appropriate.
Diffstat (limited to 'pkgtools')
-rw-r--r-- | pkgtools/pkg_install/Makefile | 4 | ||||
-rw-r--r-- | pkgtools/x11-links/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/pkgtools/pkg_install/Makefile b/pkgtools/pkg_install/Makefile index 27303132db8..a6d745bd54a 100644 --- a/pkgtools/pkg_install/Makefile +++ b/pkgtools/pkg_install/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.55 2002/11/23 22:49:47 jschauma Exp $ +# $NetBSD: Makefile,v 1.56 2002/12/07 02:39:01 schmonz Exp $ # Note to package maintainers: # To update the distfile of this pkg, cd to /usr/src/usr.sbin, @@ -35,7 +35,7 @@ LOCALBASE:= ${PKG_TOOLS_BIN:C|/[^/]?bin$||} PKG_DBDIR?= /var/db/pkg .if ${OPSYS} == "NetBSD" && !exists(/usr/share/tmac/tmac.andoc) -IGNORE+= "You need to have the 'text' set installed to build this package!" +PKG_FAIL_REASON+= "You need to have the 'text' set installed to build this package!" .endif .if ${OPSYS} == "SunOS" diff --git a/pkgtools/x11-links/Makefile b/pkgtools/x11-links/Makefile index 927349a8a7d..9be6a639a54 100644 --- a/pkgtools/x11-links/Makefile +++ b/pkgtools/x11-links/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.22 2002/11/26 08:33:18 jlam Exp $ +# $NetBSD: Makefile,v 1.23 2002/12/07 02:39:01 schmonz Exp $ # # NOTE: If you update this package, then you'll likely need to also update # the x11-links dependency in mk/buildlink2/bsd.buildlink2.mk to the @@ -33,7 +33,7 @@ BUILDLINK_X11_SUBDIR= share/x11-links .include "../../mk/bsd.prefs.mk" .if !exists(${X11BASE}/include/X11/X.h) -IGNORE= "x11-links requires X headers to be installed" +PKG_FAIL_REASON= "${PKGNAME} requires X headers to be installed" .endif do-install: |