diff options
author | tron <tron> | 1999-04-19 20:11:07 +0000 |
---|---|---|
committer | tron <tron> | 1999-04-19 20:11:07 +0000 |
commit | e78e93521809fed0ea6a37fafa4d129c35e771c7 (patch) | |
tree | 91d4a61ec13ecb512b79f8959a3714829dfbb84e /pkgtools | |
parent | 1518c515471c928b7e0396b07500d01a741bd79e (diff) | |
download | pkgsrc-e78e93521809fed0ea6a37fafa4d129c35e771c7.tar.gz |
Neither "patch" nor "configure" step is required.
Diffstat (limited to 'pkgtools')
-rw-r--r-- | pkgtools/pkg_install/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/pkgtools/pkg_install/Makefile b/pkgtools/pkg_install/Makefile index 2664aaa7015..6452cf121a9 100644 --- a/pkgtools/pkg_install/Makefile +++ b/pkgtools/pkg_install/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 1999/04/19 19:58:57 tron Exp $ +# $NetBSD: Makefile,v 1.19 1999/04/19 20:11:07 tron Exp $ # # Note to package maintainers: @@ -20,7 +20,9 @@ LOCALBASE= /usr PREFIX= ${LOCALBASE} WRKSRC= ${WRKDIR}/pkg_install MAKE_ENV+= BINDIR=/usr/sbin MANDIR=/usr/share/man NOLINT=1 +NO_CONFIGURE= yes NO_MTREE= yes +NO_PATCH= yes NO_PKG_REGISTER= yes NO_PACKAGE= No package registration is done |