diff options
author | agc <agc> | 1998-08-28 14:23:18 +0000 |
---|---|---|
committer | agc <agc> | 1998-08-28 14:23:18 +0000 |
commit | f159f40a1fbb94a5c5dc89876f9d3053945a3a4a (patch) | |
tree | fea680b4ddd3b5f8733d054d982ae943f29e1585 /pkgtools | |
parent | d75d9efec7c7bf97d98ac49a0fca63731a192ff9 (diff) | |
download | pkgsrc-f159f40a1fbb94a5c5dc89876f9d3053945a3a4a.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')
-rw-r--r-- | pkgtools/pkg_install/Makefile | 3 |
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" |