aboutsummaryrefslogtreecommitdiff
path: root/chinese/big5width
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2014-05-31 15:11:07 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2014-05-31 15:11:07 +0000
commite4e5c7080388c1a7d2f3daeacd546ed00bd80bdf (patch)
tree7c2dca6a2fdb05d9b9147ee3370b9851188de96d /chinese/big5width
parent0cc4bd9c2fe74a923348b104ff072649f4ee37da (diff)
downloadports-e4e5c7080388c1a7d2f3daeacd546ed00bd80bdf.tar.gz
ports-e4e5c7080388c1a7d2f3daeacd546ed00bd80bdf.zip
Unbreak: @exec/@unexec already handle the symlink in the plist
While here, remove a directory belonging to mtree from the plist
Notes
Notes: svn path=/head/; revision=355989
Diffstat (limited to 'chinese/big5width')
-rw-r--r--chinese/big5width/Makefile5
-rw-r--r--chinese/big5width/pkg-plist1
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