diff options
author | bapt <bapt@FreeBSD.org> | 2014-10-09 02:28:27 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-10-09 02:28:27 +0800 |
commit | da87f74d39621484df5b190d195fa426a2d0630f (patch) | |
tree | 00685a87df9be45dfd4aec98cf18a8e4e1af2b47 /Mk | |
parent | e99b100b998f757226557b1110a365385421644a (diff) | |
download | freebsd-ports-graphics-da87f74d39621484df5b190d195fa426a2d0630f.tar.gz freebsd-ports-graphics-da87f74d39621484df5b190d195fa426a2d0630f.tar.zst freebsd-ports-graphics-da87f74d39621484df5b190d195fa426a2d0630f.zip |
Comment out, it is not ready for prime
Diffstat (limited to 'Mk')
-rw-r--r-- | Mk/bsd.sanity.mk | 16 |
1 files changed, 8 insertions, 8 deletions
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" |