diff options
author | Hiroki Sato <hrs@FreeBSD.org> | 2008-11-16 13:58:46 +0000 |
---|---|---|
committer | Hiroki Sato <hrs@FreeBSD.org> | 2008-11-16 13:58:46 +0000 |
commit | f292361a281f4bfefb9797b5ed40229f79e116c2 (patch) | |
tree | 8426e9070c721460062b739e841c3978f5d9cc28 /japanese/xjtext | |
parent | 3229613c6b0aca0c08584900c94fd8a778629f88 (diff) |
Fix a typo.
Notes
Notes:
svn path=/head/; revision=222925
Diffstat (limited to 'japanese/xjtext')
-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 |