diff options
author | Norikatsu Shigemura <nork@FreeBSD.org> | 2006-01-16 21:54:55 +0000 |
---|---|---|
committer | Norikatsu Shigemura <nork@FreeBSD.org> | 2006-01-16 21:54:55 +0000 |
commit | ab412685361269acc9829c90274c075b1bab26b3 (patch) | |
tree | be2ab9c250e26f089fb5140dbf754d9c75930009 /japanese/xgate | |
parent | 6adb5c62954f3eae7664522b1bc64ca17cf2e69d (diff) | |
download | ports-ab412685361269acc9829c90274c075b1bab26b3.tar.gz ports-ab412685361269acc9829c90274c075b1bab26b3.zip |
Fix typo.
Reported by: ume
Notes
Notes:
svn path=/head/; revision=153686
Diffstat (limited to 'japanese/xgate')
-rw-r--r-- | japanese/xgate/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/japanese/xgate/Makefile b/japanese/xgate/Makefile index ef517173abb6..0b8d5bba7658 100644 --- a/japanese/xgate/Makefile +++ b/japanese/xgate/Makefile @@ -76,7 +76,7 @@ post-patch: ${FIND} ${WRKSRC} -name \*.orig -print0 | ${XARGS} -0 ${RM} do-install: - ${INSTALl} -d -o ${WWWOWN} -g ${WWWGRP} /var/log/xgate + ${INSTALL} -d -o ${WWWOWN} -g ${WWWGRP} /var/log/xgate @cd ${WRKSRC} && ${FIND} xgate | \ ${CPIO} -pdm -L -R ${WWWOWN}:${WWWGRP} ${APP_HOME}/webapps/ .for conf in ${CNFLSTS} |