diff options
-rw-r--r-- | japanese/xjtext/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/japanese/xjtext/Makefile b/japanese/xjtext/Makefile index 05bfb3f007aa..5e527101d000 100644 --- a/japanese/xjtext/Makefile +++ b/japanese/xjtext/Makefile @@ -31,7 +31,7 @@ post-install: ${MKDIR} ${DOCSDIR} cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${DOCSDIR} .endif -.if !deinfed(NOPORTEXAMPLES} +.if !defined(NOPORTEXAMPLES) ${MKDIR} ${EXAMPLESDIR} cd ${WRKSRC} && ${INSTALL_DATA} ${PORTEXAMPLES} ${EXAMPLESDIR} .endif |