svn commit: r355989 - head/chinese/big5width

Antoine Brodin antoine at FreeBSD.org
Sat May 31 15:11:07 UTC 2014


Author: antoine
Date: Sat May 31 15:11:07 2014
New Revision: 355989
URL: http://svnweb.freebsd.org/changeset/ports/355989
QAT: https://qat.redports.org/buildarchive/r355989/

Log:
  Unbreak: @exec/@unexec already handle the symlink in the plist
  While here, remove a directory belonging to mtree from the plist

Modified:
  head/chinese/big5width/Makefile
  head/chinese/big5width/pkg-plist

Modified: head/chinese/big5width/Makefile
==============================================================================
--- head/chinese/big5width/Makefile	Sat May 31 14:59:03 2014	(r355988)
+++ head/chinese/big5width/Makefile	Sat May 31 15:11:07 2014	(r355989)
@@ -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>

Modified: head/chinese/big5width/pkg-plist
==============================================================================
--- head/chinese/big5width/pkg-plist	Sat May 31 14:59:03 2014	(r355988)
+++ head/chinese/big5width/pkg-plist	Sat May 31 15:11:07 2014	(r355989)
@@ -1,5 +1,4 @@
 share/locale/%%LANG%%/LC_CTYPE
 @unexec ln -fs ../UTF-8/LC_CTYPE %%BASELOCALEDIR%%/%%LANG%%/LC_CTYPE
 @dirrm share/locale/%%LANG%%
- at dirrmtry share/locale
 @exec ln -fs %D/share/locale/%%LANG%%/LC_CTYPE %%BASELOCALEDIR%%/%%LANG%%/LC_CTYPE


More information about the svn-ports-all mailing list