Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 16 Feb 2014 16:16:42 +0000 (UTC)
From:      Martin Wilke <miwi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r344600 - head/math/units
Message-ID:  <201402161616.s1GGGgGD015249@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: miwi
Date: Sun Feb 16 16:16:41 2014
New Revision: 344600
URL: http://svnweb.freebsd.org/changeset/ports/344600
QAT: https://qat.redports.org/buildarchive/r344600/

Log:
  - Stage support

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

Modified: head/math/units/Makefile
==============================================================================
--- head/math/units/Makefile	Sun Feb 16 16:16:16 2014	(r344599)
+++ head/math/units/Makefile	Sun Feb 16 16:16:41 2014	(r344600)
@@ -16,9 +16,7 @@ GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--program-prefix=g
 
 INFO=		units
-MAN1=		gunits.1
 
-NO_STAGE=	yes
 post-patch:
 	@${REINPLACE_CMD} -e \
 	 's|$$(INSTALL_PROGRAM) units_cur|${INSTALL_SCRIPT} units_cur|' \

Modified: head/math/units/pkg-plist
==============================================================================
--- head/math/units/pkg-plist	Sun Feb 16 16:16:16 2014	(r344599)
+++ head/math/units/pkg-plist	Sun Feb 16 16:16:41 2014	(r344600)
@@ -3,4 +3,5 @@ bin/gunits_cur
 share/units/currency.units
 share/units/definitions.units
 share/units/locale.map
+man/man1/gunits.1.gz
 @dirrm share/units



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