svn commit: r499525 - head/math/gh-bc

Stefan Esser se at FreeBSD.org
Sun Apr 21 06:09:02 UTC 2019


Author: se
Date: Sun Apr 21 06:09:01 2019
New Revision: 499525
URL: https://svnweb.freebsd.org/changeset/ports/499525

Log:
  Work around problem with de-installation of this port, which made "pkg"
  remove the share/nls/C directory.
  
  Approved by:	antoine (implicit)

Modified:
  head/math/gh-bc/Makefile
  head/math/gh-bc/pkg-plist

Modified: head/math/gh-bc/Makefile
==============================================================================
--- head/math/gh-bc/Makefile	Sun Apr 21 01:21:28 2019	(r499524)
+++ head/math/gh-bc/Makefile	Sun Apr 21 06:09:01 2019	(r499525)
@@ -26,6 +26,7 @@ do-install:
 		${INSTALL_MAN} ${WRKSRC}/manuals/bc.1 ${STAGEDIR}${MANPREFIX}/man/man1
 		${INSTALL_MAN} ${WRKSRC}/manuals/dc.1 ${STAGEDIR}${MANPREFIX}/man/man1
 		${WRKSRC}/locale_install.sh ${PREFIX}/share/nls/%L/%N.cat ${PORTNAME} ${STAGEDIR}
+		${INSTALL} -ls ${STAGEDIR}${PREFIX}/share/nls/en_US.US-ASCII/bc.cat ${STAGEDIR}${PREFIX}/share/nls/C/
 
 do-test:
 		${MAKE} -C ${WRKSRC} test

Modified: head/math/gh-bc/pkg-plist
==============================================================================
--- head/math/gh-bc/pkg-plist	Sun Apr 21 01:21:28 2019	(r499524)
+++ head/math/gh-bc/pkg-plist	Sun Apr 21 06:09:01 2019	(r499525)
@@ -2,6 +2,7 @@ bin/bc
 bin/dc
 man/man1/bc.1.gz
 man/man1/dc.1.gz
+share/nls/C/bc.cat
 share/nls/de_AT.ISO8859-1/bc.cat
 share/nls/de_AT.ISO8859-15/bc.cat
 share/nls/de_AT.UTF-8/bc.cat
@@ -30,9 +31,7 @@ share/nls/en_NZ.US-ASCII/bc.cat
 share/nls/en_NZ.UTF-8/bc.cat
 share/nls/en_US.ISO8859-1/bc.cat
 share/nls/en_US.ISO8859-15/bc.cat
-share/nls/en_US.US-ASCII/bc.cat
 share/nls/en_US.UTF-8/bc.cat
-share/nls/en_US/bc.cat
 share/nls/fr_BE.ISO8859-1/bc.cat
 share/nls/fr_BE.ISO8859-15/bc.cat
 share/nls/fr_BE.UTF-8/bc.cat


More information about the svn-ports-all mailing list