diff options
-rw-r--r-- | security/logcheck/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |