diff options
author | roam <roam@FreeBSD.org> | 2003-12-12 20:21:56 +0800 |
---|---|---|
committer | roam <roam@FreeBSD.org> | 2003-12-12 20:21:56 +0800 |
commit | 940576197c190e296c96abcf51cc2e7d69a08d9c (patch) | |
tree | b5ff3f99f9376e25bcf35353d02425915d0d7184 /french/plgrenouille | |
parent | 2eebe101e3b5b057d55dbf5d0d4fc4901c083d1b (diff) | |
download | freebsd-ports-gnome-940576197c190e296c96abcf51cc2e7d69a08d9c.tar.gz freebsd-ports-gnome-940576197c190e296c96abcf51cc2e7d69a08d9c.tar.zst freebsd-ports-gnome-940576197c190e296c96abcf51cc2e7d69a08d9c.zip |
Spell NOPORTDOCS correctly in Cyrille Lefevre's ports.
PR: 57749
Approved by: maintainer timeout
Diffstat (limited to 'french/plgrenouille')
-rw-r--r-- | french/plgrenouille/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/french/plgrenouille/Makefile b/french/plgrenouille/Makefile index f145e36dda6f..b656d962629f 100644 --- a/french/plgrenouille/Makefile +++ b/french/plgrenouille/Makefile @@ -60,7 +60,7 @@ install-data: @${INSTALL_DATA} ${WRKSRC}/grenouillerc.sample ${PREFIX}/etc install-doc: -.if !defined(NOPORTSDOC) +.if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} .for file in ${DOC_FILES} @${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR} |