From a0e3360ef0d0c0d2d3748cb244f9b445d4f73254 Mon Sep 17 00:00:00 2001 From: glarkin Date: Wed, 17 Oct 2012 19:18:56 +0000 Subject: - Converted a remaining conditional to OptionsNG Feature safe: yes --- security/logcheck/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/security/logcheck/Makefile b/security/logcheck/Makefile index 90de142a4286..cbbab6d34cb0 100644 --- a/security/logcheck/Makefile +++ b/security/logcheck/Makefile @@ -93,7 +93,7 @@ do-install: @${INSTALL} -d -g ${LOGCHECK_GROUP} ${DATADIR}/detectrotate @${INSTALL_DATA} -g ${LOGCHECK_GROUP} ${WRKSRC}/src/detectrotate/*.dtr \ ${DATADIR}/detectrotate -.if !defined(NOPORTEXAMPLES) +.if ${PORT_OPTIONS:MEXAMPLES} @${INSTALL} -d ${EXAMPLESDIR} @${INSTALL_DATA} -m 0644 ${WRKSRC}/debian/logcheck.cron.d \ ${EXAMPLESDIR}/crontab.in -- cgit