From owner-svn-ports-head@FreeBSD.ORG Sun Apr 6 13:43:14 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A65486FC; Sun, 6 Apr 2014 13:43:14 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 937EAF22; Sun, 6 Apr 2014 13:43:14 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s36DhEiH006503; Sun, 6 Apr 2014 13:43:14 GMT (envelope-from ak@svn.freebsd.org) Received: (from ak@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s36DhE5M006501; Sun, 6 Apr 2014 13:43:14 GMT (envelope-from ak@svn.freebsd.org) Message-Id: <201404061343.s36DhE5M006501@svn.freebsd.org> From: Alex Kozlov Date: Sun, 6 Apr 2014 13:43:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r350357 - head/math/units X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 Apr 2014 13:43:14 -0000 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%%