Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 22 Oct 2013 16:23:17 +0000 (UTC)
From:      Tijl Coosemans <tijl@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r331294 - head/devel/gputils
Message-ID:  <201310221623.r9MGNHYb006101@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tijl
Date: Tue Oct 22 16:23:16 2013
New Revision: 331294
URL: http://svnweb.freebsd.org/changeset/ports/331294

Log:
  - Support staging.
  - USES=gmake.

Modified:
  head/devel/gputils/Makefile
  head/devel/gputils/pkg-plist

Modified: head/devel/gputils/Makefile
==============================================================================
--- head/devel/gputils/Makefile	Tue Oct 22 16:19:33 2013	(r331293)
+++ head/devel/gputils/Makefile	Tue Oct 22 16:23:16 2013	(r331294)
@@ -13,12 +13,7 @@ LICENSE=	GPLv2
 
 CONFLICTS=	gplink-[0-9]*
 GNU_CONFIGURE=	yes
-USE_GMAKE=	yes
+USES=		gmake
 CONFIGURE_ARGS= --disable-dependency-tracking --disable-html-doc
 
-MANLANG=	"" fr
-MAN1=		gpasm.1 gpdasm.1 gplib.1 gplink.1 gpstrip.1 gputils.1 \
-		gpvc.1 gpvo.1
-
-NO_STAGE=	yes
 .include <bsd.port.mk>

Modified: head/devel/gputils/pkg-plist
==============================================================================
--- head/devel/gputils/pkg-plist	Tue Oct 22 16:19:33 2013	(r331293)
+++ head/devel/gputils/pkg-plist	Tue Oct 22 16:23:16 2013	(r331294)
@@ -5,6 +5,22 @@ bin/gplink
 bin/gpstrip
 bin/gpvc
 bin/gpvo
+man/fr/man1/gpasm.1.gz
+man/fr/man1/gpdasm.1.gz
+man/fr/man1/gplib.1.gz
+man/fr/man1/gplink.1.gz
+man/fr/man1/gpstrip.1.gz
+man/fr/man1/gputils.1.gz
+man/fr/man1/gpvc.1.gz
+man/fr/man1/gpvo.1.gz
+man/man1/gpasm.1.gz
+man/man1/gpdasm.1.gz
+man/man1/gplib.1.gz
+man/man1/gplink.1.gz
+man/man1/gpstrip.1.gz
+man/man1/gputils.1.gz
+man/man1/gpvc.1.gz
+man/man1/gpvo.1.gz
 %%DATADIR%%/header/coff.inc
 %%DATADIR%%/header/mcp250xx.inc
 %%DATADIR%%/header/memory.inc



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