diff options
author | bad <bad> | 1999-03-08 17:34:51 +0000 |
---|---|---|
committer | bad <bad> | 1999-03-08 17:34:51 +0000 |
commit | 902e7af90f02a67db9adf179e3d4c0895a1edaa7 (patch) | |
tree | 0354c9d0638c7b12a6b2eaac86ca107e1be7e18d /pkgtools | |
parent | 10a5e81f634c92544df75b6a2575511c72e17a41 (diff) | |
download | pkgsrc-902e7af90f02a67db9adf179e3d4c0895a1edaa7.tar.gz |
To be able to shoot oneself in the foot with a binary package of this,
LOCALBASE and NO_MTREE must be set. Some manual intervention is still
necessary before it can hurt, though.
Diffstat (limited to 'pkgtools')
-rw-r--r-- | pkgtools/pkg_install/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/pkgtools/pkg_install/Makefile b/pkgtools/pkg_install/Makefile index c85f3ae3f20..64b8dc12f70 100644 --- a/pkgtools/pkg_install/Makefile +++ b/pkgtools/pkg_install/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 1999/01/19 23:34:07 hubertf Exp $ +# $NetBSD: Makefile,v 1.11 1999/03/08 17:34:51 bad Exp $ # # Note to package maintainers: @@ -16,10 +16,12 @@ MASTER_SITES= ${MASTER_SITE_LOCAL} MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.netbsd.org/ -PREFIX= /usr +LOCALBASE= /usr +PREFIX= ${LOCALBASE} WRKSRC= ${WRKDIR}/pkg_install ALL_TARGET= depend all MAKE_ENV+= BINDIR=/usr/sbin MANDIR=/usr/share/man +NO_MTREE= yes NO_PKG_REGISTER= yes NO_PACKAGE= No package registration is done |