Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 6 Apr 2014 13:43:14 +0000 (UTC)
From:      Alex Kozlov <ak@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r350357 - head/math/units
Message-ID:  <201404061343.s36DhE5M006501@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
-@dirrm share/units
+@dirrm %%DATADIR%%



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201404061343.s36DhE5M006501>