diff options
Diffstat (limited to 'pkgtools/rc.subr/Makefile')
-rw-r--r-- | pkgtools/rc.subr/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/pkgtools/rc.subr/Makefile b/pkgtools/rc.subr/Makefile index d9b5929f3fb..e84b5eefdc1 100644 --- a/pkgtools/rc.subr/Makefile +++ b/pkgtools/rc.subr/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2005/06/17 03:50:30 jlam Exp $ +# $NetBSD: Makefile,v 1.12 2005/09/28 20:52:25 rillig Exp $ # DISTNAME= rc.subr-20041011 @@ -13,10 +13,10 @@ COMMENT= Portable NetBSD rc.subr implementation for pkgsrc ONLY_FOR_PLATFORM= Darwin-*-* Interix-*-* Linux-*-* SunOS-*-* -NO_BUILD= # defined -NO_CHECKSUM= # defined -NO_CONFIGURE= # defined -NO_MTREE= # defined +NO_BUILD= yes +NO_CHECKSUM= yes +NO_CONFIGURE= yes +NO_MTREE= yes USE_PKGINSTALL= YES PLIST_SUBST+= RCD_SCRIPTS_DIR=${RCD_SCRIPTS_DIR:S/^\///} |