summaryrefslogtreecommitdiff
path: root/pkgtools/pkg_install/Makefile
diff options
context:
space:
mode:
authoragc <agc>1998-08-28 14:23:18 +0000
committeragc <agc>1998-08-28 14:23:18 +0000
commit3532cffb0ae1cc02c5090fd6df389db755cb89d0 (patch)
treefea680b4ddd3b5f8733d054d982ae943f29e1585 /pkgtools/pkg_install/Makefile
parent19f525229ac91975e5b0427b29ae86846bbded42 (diff)
downloadpkgsrc-3532cffb0ae1cc02c5090fd6df389db755cb89d0.tar.gz
Set NO_PACKAGE for this package - binary packages cannot be made,
since package registration does not take place. Fixes a problem pointed out by Charles Hannum.
Diffstat (limited to 'pkgtools/pkg_install/Makefile')
-rw-r--r--pkgtools/pkg_install/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/pkgtools/pkg_install/Makefile b/pkgtools/pkg_install/Makefile
index 0b99341e01c..c3e2c4af3af 100644
--- a/pkgtools/pkg_install/Makefile
+++ b/pkgtools/pkg_install/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 1998/08/28 12:25:35 agc Exp $
+# $NetBSD: Makefile,v 1.2 1998/08/28 14:23:18 agc Exp $
#
DISTNAME= pkg_install-19980828
@@ -12,6 +12,7 @@ PREFIX= /usr
WRKSRC= ${WRKDIR}/pkg_install
MAKE_ENV+= BINDIR=/usr/sbin MANDIR=/usr/share/man
NO_PKG_REGISTER= yes
+NO_PACKAGE= No package registration is done
.include "../../mk/bsd.prefs.mk"