From 7c7115cddaa412e231fb506211a8a0a7da88a54a Mon Sep 17 00:00:00 2001 From: jlam Date: Thu, 6 Sep 2007 21:29:26 +0000 Subject: Drop libnbcompat/buildlink3.mk and force all packages that use libnbcompat to use it "in place". libnbcompat is just really special, and is of almost no use to anything other than the pkgsrc bootstrap process. --- pkgtools/rcorder/Makefile | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) (limited to 'pkgtools/rcorder') diff --git a/pkgtools/rcorder/Makefile b/pkgtools/rcorder/Makefile index 29018b97db6..0203a8c6524 100644 --- a/pkgtools/rcorder/Makefile +++ b/pkgtools/rcorder/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2007/03/24 07:13:15 schmonz Exp $ +# $NetBSD: Makefile,v 1.10 2007/09/06 21:29:26 jlam Exp $ # DISTNAME= rcorder-20031013 @@ -13,15 +13,8 @@ COMMENT= Print a dependency ordering of interdependent files NO_CHECKSUM= yes GNU_CONFIGURE= yes -.include "../../mk/bsd.prefs.mk" - -.if defined(LIBNBCOMPAT_STYLE) && (${LIBNBCOMPAT_STYLE} == "inplace") -. include "../../pkgtools/libnbcompat/inplace.mk" -.else -. include "../../pkgtools/libnbcompat/buildlink3.mk" -.endif - do-extract: ${CP} -R ${FILESDIR} ${WRKSRC} +.include "../../pkgtools/libnbcompat/inplace.mk" .include "../../mk/bsd.pkg.mk" -- cgit v1.2.3