svn commit: r344600 - head/math/units

Martin Wilke miwi at FreeBSD.org
Sun Feb 16 16:16:42 UTC 2014


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


More information about the svn-ports-all mailing list