diff options
author | roam <roam@FreeBSD.org> | 2003-10-09 16:07:14 +0800 |
---|---|---|
committer | roam <roam@FreeBSD.org> | 2003-10-09 16:07:14 +0800 |
commit | f489ff5f21602e95b8c6ab61e9c1e796b3d509b1 (patch) | |
tree | 8ef15d0fc238c9cdfbce6881b1591629a6947992 | |
parent | 2bdd99123f4793b61c915aecdefcf5963831396f (diff) | |
download | freebsd-ports-gnome-f489ff5f21602e95b8c6ab61e9c1e796b3d509b1.tar.gz freebsd-ports-gnome-f489ff5f21602e95b8c6ab61e9c1e796b3d509b1.tar.zst freebsd-ports-gnome-f489ff5f21602e95b8c6ab61e9c1e796b3d509b1.zip |
Spell NOPORTDOCS correctly.
PR: 57749
Submitted by: Oliver Eikemeier <eikemeier@fillmore-labs.com>
-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 \ |