svn commit: r331838 - head/misc/dejagnu
Pietro Cerutti
gahr at FreeBSD.org
Mon Oct 28 09:26:47 UTC 2013
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
More information about the svn-ports-all
mailing list