Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 28 Oct 2013 09:26:47 +0000 (UTC)
From:      Pietro Cerutti <gahr@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r331838 - head/misc/dejagnu
Message-ID:  <201310280926.r9S9QlHp084793@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: gahr
Date: Mon Oct 28 09:26:46 2013
New Revision: 331838
URL: http://svnweb.freebsd.org/changeset/ports/331838

Log:
  - Convert to USES+=tcl gmake
  - STAGE-clean

Modified:
  head/misc/dejagnu/Makefile
  head/misc/dejagnu/pkg-plist   (contents, props changed)

Modified: head/misc/dejagnu/Makefile
==============================================================================
--- head/misc/dejagnu/Makefile	Mon Oct 28 09:11:36 2013	(r331837)
+++ head/misc/dejagnu/Makefile	Mon Oct 28 09:26:46 2013	(r331838)
@@ -14,12 +14,9 @@ LICENSE=	GPLv3
 BUILD_DEPENDS=	expect:${PORTSDIR}/lang/expect
 RUN_DEPENDS=	expect:${PORTSDIR}/lang/expect
 
-USE_TCL=	yes
-USE_GMAKE=	yes
+USES+=		gmake tcl
 GNU_CONFIGURE=	yes
 
-MAN1=		runtest.1
 INFO=		${PORTNAME}
 
-NO_STAGE=	yes
 .include <bsd.port.mk>

Modified: head/misc/dejagnu/pkg-plist
==============================================================================
--- head/misc/dejagnu/pkg-plist	Mon Oct 28 09:11:36 2013	(r331837)
+++ head/misc/dejagnu/pkg-plist	Mon Oct 28 09:26:46 2013	(r331838)
@@ -1,5 +1,6 @@
 bin/runtest
 include/dejagnu.h
+man/man1/runtest.1.gz
 %%DATADIR%%/baseboards/README
 %%DATADIR%%/baseboards/am33_2.0-libremote.exp
 %%DATADIR%%/baseboards/arc-sim.exp



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