diff options
author | nork <nork@FreeBSD.org> | 2006-01-17 05:54:55 +0800 |
---|---|---|
committer | nork <nork@FreeBSD.org> | 2006-01-17 05:54:55 +0800 |
commit | 5a727ebd20b9322122759f95c28d27f1e12cdb43 (patch) | |
tree | cf6d80e7bebd7ae89343d5dc663005715dd4c459 | |
parent | dace306f7c43e3d2a08916e06412bc2efb36c12d (diff) | |
download | freebsd-ports-gnome-5a727ebd20b9322122759f95c28d27f1e12cdb43.tar.gz freebsd-ports-gnome-5a727ebd20b9322122759f95c28d27f1e12cdb43.tar.zst freebsd-ports-gnome-5a727ebd20b9322122759f95c28d27f1e12cdb43.zip |
Fix typo.
Reported by: ume
-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} |