diff options
-rw-r--r-- | security/hostsentry/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/hostsentry/Makefile b/security/hostsentry/Makefile index 2c1c688f5da1..20adf84c3bb2 100644 --- a/security/hostsentry/Makefile +++ b/security/hostsentry/Makefile @@ -16,7 +16,7 @@ COMMENT= A Login Anomaly Detector RUN_DEPENDS= ${LOCALBASE}/bin/python:${PORTSDIR}/lang/python post-install: -.if !defined(NOPORTSDOCS) +.if !defined(NOPORTDOCS) ${MKDIR} ${PREFIX}/share/doc/hostsentry ${INSTALL_DATA} ${WRKSRC}/README.BUGS \ ${WRKSRC}/README.credits \ |