From da87f74d39621484df5b190d195fa426a2d0630f Mon Sep 17 00:00:00 2001 From: bapt Date: Wed, 8 Oct 2014 18:28:27 +0000 Subject: Comment out, it is not ready for prime --- Mk/bsd.sanity.mk | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'Mk') diff --git a/Mk/bsd.sanity.mk b/Mk/bsd.sanity.mk index 5ae8c237662..29c262980a4 100644 --- a/Mk/bsd.sanity.mk +++ b/Mk/bsd.sanity.mk @@ -7,14 +7,14 @@ WARNING+= "WITHOUT_NLS is deprecated use OPTIONS_UNSET=NLS instead" .endif -.if defined(PKGORIGIN) -.for _c in ${CATEGORIES} -_CAT?= ${_c} -.endfor -.if ${.CURDIR:H:T} != ${_CAT} -DEV_ERROR+= "The first entry in CATEGORIES should be the directory where the port lives" -.endif -.endif +#.if defined(PKGORIGIN) +#.for _c in ${CATEGORIES} +#_CAT?= ${_c} +#.endfor +#.if ${.CURDIR:H:T} != ${_CAT} +#DEV_ERROR+= "The first entry in CATEGORIES should be the directory where the port lives" +#.endif +#.endif #.if defined(WITHOUT_X11) #WARNING+= "WITHOUT_X11 is deprecated use X11 option instead" -- cgit