diff options
author | itetcu <itetcu@FreeBSD.org> | 2009-04-05 20:44:38 +0800 |
---|---|---|
committer | itetcu <itetcu@FreeBSD.org> | 2009-04-05 20:44:38 +0800 |
commit | cb74bc7712b255c0cd2e2f5ba1008060032b2284 (patch) | |
tree | 3d6e389356ba927246efdbe14e616eff409aa641 /news | |
parent | 0ff8b009667e40cdb4cb33fc44959260339aff91 (diff) | |
download | freebsd-ports-graphics-cb74bc7712b255c0cd2e2f5ba1008060032b2284.tar.gz freebsd-ports-graphics-cb74bc7712b255c0cd2e2f5ba1008060032b2284.tar.zst freebsd-ports-graphics-cb74bc7712b255c0cd2e2f5ba1008060032b2284.zip |
Correct typo to fix plist ith -DNOPORTDOCS
Prompted by: QAT QA run
Diffstat (limited to 'news')
-rw-r--r-- | news/leafnode+/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/news/leafnode+/Makefile b/news/leafnode+/Makefile index 347f83dc93a..ba90b0dbe94 100644 --- a/news/leafnode+/Makefile +++ b/news/leafnode+/Makefile @@ -40,7 +40,7 @@ do-install: .for file in ${MAN8} @${INSTALL_MAN} ${WRKSRC}/${file} ${PREFIX}/man/man8 .endfor -.if !defined{NOPORTDOCS} +.if !defined(NOPORTDOCS) @${ECHO_MSG} "===> Copying documents to ${DOCSDIR}" @${MKDIR} ${DOCSDIR} .for file in Changes FAQ INSTALL README config.example |