diff options
author | antoine <antoine@FreeBSD.org> | 2014-05-31 23:11:07 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2014-05-31 23:11:07 +0800 |
commit | 3f5df2e3ceeaf56f1623d03ad28bafaae0376f0f (patch) | |
tree | 7c2dca6a2fdb05d9b9147ee3370b9851188de96d /chinese | |
parent | 80ee2ac0cfc492fd53ceb3cb89273323729fe1fd (diff) | |
download | freebsd-ports-gnome-3f5df2e3ceeaf56f1623d03ad28bafaae0376f0f.tar.gz freebsd-ports-gnome-3f5df2e3ceeaf56f1623d03ad28bafaae0376f0f.tar.zst freebsd-ports-gnome-3f5df2e3ceeaf56f1623d03ad28bafaae0376f0f.zip |
Unbreak: @exec/@unexec already handle the symlink in the plist
While here, remove a directory belonging to mtree from the plist
Diffstat (limited to 'chinese')
-rw-r--r-- | chinese/big5width/Makefile | 5 | ||||
-rw-r--r-- | chinese/big5width/pkg-plist | 1 |
2 files changed, 0 insertions, 6 deletions
diff --git a/chinese/big5width/Makefile b/chinese/big5width/Makefile index 9a07c47f41eb..f53593ee2ab8 100644 --- a/chinese/big5width/Makefile +++ b/chinese/big5width/Makefile @@ -37,10 +37,5 @@ do-build: do-install: ${MKDIR} ${STAGEDIR}${LOCALEDIR}/${LANG} ${INSTALL_DATA} ${WRKSRC}/LC_CTYPE ${STAGEDIR}${LOCALEDIR}/${LANG} - ${LN} -fs ${LOCALEDIR}/${LANG}/LC_CTYPE \ - ${STAGEDIR}${BASELOCALEDIR}/${LANG}/LC_CTYPE - -post-install: - @${CAT} ${PKGMESSAGE} .include <bsd.port.post.mk> diff --git a/chinese/big5width/pkg-plist b/chinese/big5width/pkg-plist index eb30195a869f..9b33194c6a50 100644 --- a/chinese/big5width/pkg-plist +++ b/chinese/big5width/pkg-plist @@ -1,5 +1,4 @@ share/locale/%%LANG%%/LC_CTYPE @unexec ln -fs ../UTF-8/LC_CTYPE %%BASELOCALEDIR%%/%%LANG%%/LC_CTYPE @dirrm share/locale/%%LANG%% -@dirrmtry share/locale @exec ln -fs %D/share/locale/%%LANG%%/LC_CTYPE %%BASELOCALEDIR%%/%%LANG%%/LC_CTYPE |