aboutsummaryrefslogtreecommitdiffstats
path: root/japanese
diff options
context:
space:
mode:
authorhrs <hrs@FreeBSD.org>2008-10-27 07:12:53 +0800
committerhrs <hrs@FreeBSD.org>2008-10-27 07:12:53 +0800
commit6163533440967936eb367f494a84dc693d710ca8 (patch)
treed3b0662fc9aae464118ffe9d70d480821d08470d /japanese
parentdc167c50e35402e65137845c36eb401114916b96 (diff)
downloadfreebsd-ports-gnome-6163533440967936eb367f494a84dc693d710ca8.tar.gz
freebsd-ports-gnome-6163533440967936eb367f494a84dc693d710ca8.tar.zst
freebsd-ports-gnome-6163533440967936eb367f494a84dc693d710ca8.zip
- Fix a typo that prevents the NOPORTDOCS case from working.
- Move LIB_DEPENDS to the fourth section.
Diffstat (limited to 'japanese')
-rw-r--r--japanese/sj3-server/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/japanese/sj3-server/Makefile b/japanese/sj3-server/Makefile
index 6a5707f46513..1ef74f40c900 100644
--- a/japanese/sj3-server/Makefile
+++ b/japanese/sj3-server/Makefile
@@ -16,11 +16,11 @@ PATCH_SITES= http://quasiquote.org/files/
PATCHFILES= ${PORTNAME}-qq-2.0.1.21.diff.gz
PATCH_DIST_STRIP= -p1
-LIB_DEPENDS= sj3lib.1:${PORTSDIR}/japanese/sj3-lib
-
MAINTAINER= hrs@FreeBSD.org
COMMENT= A Japanese input method, binary part
+LIB_DEPENDS= sj3lib.1:${PORTSDIR}/japanese/sj3-lib
+
USE_RC_SUBR= sj3.sh
USE_IMAKE= yes
SUB_FILES= sj3_freebsd.tmpl
@@ -45,7 +45,7 @@ POSTPATCHES.nodocports= \
post-patch:
cd ${WRKSRC} && ${CAT} ${POSTPATCHES} | ${PATCH}
-.if defined(NODOCPORTS)
+.if defined(NOPORTDOCS)
cd ${WRKSRC} && ${CAT} ${POSTPATCHES.nodocports} | ${PATCH}
.endif