svn commit: r370475 - head/Mk

Baptiste Daroussin bapt at FreeBSD.org
Wed Oct 8 18:28:28 UTC 2014


Author: bapt
Date: Wed Oct  8 18:28:27 2014
New Revision: 370475
URL: https://svnweb.freebsd.org/changeset/ports/370475
QAT: https://qat.redports.org/buildarchive/r370475/

Log:
  Comment out, it is not ready for prime

Modified:
  head/Mk/bsd.sanity.mk

Modified: head/Mk/bsd.sanity.mk
==============================================================================
--- head/Mk/bsd.sanity.mk	Wed Oct  8 17:42:36 2014	(r370474)
+++ head/Mk/bsd.sanity.mk	Wed Oct  8 18:28:27 2014	(r370475)
@@ -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"


More information about the svn-ports-all mailing list