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 /textproc/gsed | |
parent | 2eebe101e3b5b057d55dbf5d0d4fc4901c083d1b (diff) | |
download | freebsd-ports-graphics-940576197c190e296c96abcf51cc2e7d69a08d9c.tar.gz freebsd-ports-graphics-940576197c190e296c96abcf51cc2e7d69a08d9c.tar.zst freebsd-ports-graphics-940576197c190e296c96abcf51cc2e7d69a08d9c.zip |
Spell NOPORTDOCS correctly in Cyrille Lefevre's ports.
PR: 57749
Approved by: maintainer timeout
Diffstat (limited to 'textproc/gsed')
-rw-r--r-- | textproc/gsed/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/gsed/Makefile b/textproc/gsed/Makefile index cc536e23f95..7a986b326ca 100644 --- a/textproc/gsed/Makefile +++ b/textproc/gsed/Makefile @@ -60,7 +60,7 @@ install-sample-files: .endfor install-doc-files: -.if !defined(NOPORTSDOC) +.if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} .for file in ${DOC_FILES} @${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR} |