diff options
author | trevor <trevor@FreeBSD.org> | 2004-01-22 16:05:25 +0800 |
---|---|---|
committer | trevor <trevor@FreeBSD.org> | 2004-01-22 16:05:25 +0800 |
commit | a2cac0231eb4e92e58b00a167574ee27c8f1c354 (patch) | |
tree | 1783d42db69482fe9b0585884987dd73e27606b8 /korean | |
parent | 8e91f1a7ca722250d05e300697711f8bcfc60534 (diff) | |
download | freebsd-ports-graphics-a2cac0231eb4e92e58b00a167574ee27c8f1c354.tar.gz freebsd-ports-graphics-a2cac0231eb4e92e58b00a167574ee27c8f1c354.tar.zst freebsd-ports-graphics-a2cac0231eb4e92e58b00a167574ee27c8f1c354.zip |
Use PAX macro.
Diffstat (limited to 'korean')
-rw-r--r-- | korean/linux_locale/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/korean/linux_locale/Makefile b/korean/linux_locale/Makefile index 0f1a672dd48..204c4aba9e4 100644 --- a/korean/linux_locale/Makefile +++ b/korean/linux_locale/Makefile @@ -27,6 +27,6 @@ NO_WRKSUBDIR= yes NO_FILTER_SHLIBS= yes do-install: - @zcat ${DISTDIR}/${DISTNAME}.tar.gz |(cd ${PREFIX}; pax -r) + @zcat ${DISTDIR}/${DISTNAME}.tar.gz |(cd ${PREFIX}; ${PAX} -r) .include <bsd.port.mk> |