summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWill Andrews <will@FreeBSD.org>2000-12-31 07:31:26 +0000
committerWill Andrews <will@FreeBSD.org>2000-12-31 07:31:26 +0000
commitead799751d7f441ec63334f8dbe5f681bd0ab6df (patch)
tree7093b44129e42e9e75424ed18623a387dd2a2355
parentFix broken LOCALBASE-instead-of-PREFIX references. Silence regex action (diff)
Fix typo (NOPORTDCS->NOPORTDOCS).
Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=36516
-rw-r--r--textproc/gutenbook/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/gutenbook/Makefile b/textproc/gutenbook/Makefile
index d6b8f462f2a3..00125c7bc5fc 100644
--- a/textproc/gutenbook/Makefile
+++ b/textproc/gutenbook/Makefile
@@ -38,7 +38,7 @@ do-install:
${INSTALL_SCRIPT} ${WRKSRC}/PGB/${module} \
${PREFIX}/lib/perl5/site_perl/${PERL_VER}/PGB
.endfor
-.if !defined(NOPORTDCS)
+.if !defined(NOPORTDOCS)
@${MKDIR} ${PREFIX}/share/doc/gutenbook
${INSTALL_DATA} ${WRKSRC}/MANUAL ${PREFIX}/share/doc/gutenbook
${INSTALL_DATA} ${WRKSRC}/gutenbook.spec ${PREFIX}/share/doc/gutenbook