svn commit: r350357 - head/math/units

Alex Kozlov ak at FreeBSD.org
Sun Apr 6 13:43:14 UTC 2014


Author: ak
Date: Sun Apr  6 13:43:13 2014
New Revision: 350357
URL: http://svnweb.freebsd.org/changeset/ports/350357
QAT: https://qat.redports.org/buildarchive/r350357/

Log:
  - Fix plist

Modified:
  head/math/units/Makefile
  head/math/units/pkg-plist

Modified: head/math/units/Makefile
==============================================================================
--- head/math/units/Makefile	Sun Apr  6 13:37:00 2014	(r350356)
+++ head/math/units/Makefile	Sun Apr  6 13:43:13 2014	(r350357)
@@ -3,6 +3,7 @@
 
 PORTNAME=	units
 PORTVERSION=	2.10
+PORTREVISION=	1
 CATEGORIES=	math
 MASTER_SITES=	${MASTER_SITE_GNU}
 MASTER_SITE_SUBDIR=	${PORTNAME}

Modified: head/math/units/pkg-plist
==============================================================================
--- head/math/units/pkg-plist	Sun Apr  6 13:37:00 2014	(r350356)
+++ head/math/units/pkg-plist	Sun Apr  6 13:43:13 2014	(r350357)
@@ -1,6 +1,6 @@
 bin/gunits
-bin/gunits_cur
-share/units/currency.units
-share/units/definitions.units
+%%DATADIR%%/currency.units
+%%DATADIR%%/definitions.units
+%%DATADIR%%/locale_map.txt
 man/man1/gunits.1.gz
- at dirrm share/units
+ at dirrm %%DATADIR%%


More information about the svn-ports-all mailing list