[Midnightbsd-cvs] mports [17474] trunk/misc/dejagnu: fix man page
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Tue Sep 23 23:17:00 EDT 2014
Revision: 17474
http://svnweb.midnightbsd.org/mports/?rev=17474
Author: laffer1
Date: 2014-09-23 23:16:59 -0400 (Tue, 23 Sep 2014)
Log Message:
-----------
fix man page
Modified Paths:
--------------
trunk/misc/dejagnu/Makefile
trunk/misc/dejagnu/pkg-plist
Modified: trunk/misc/dejagnu/Makefile
===================================================================
--- trunk/misc/dejagnu/Makefile 2014-09-24 03:15:46 UTC (rev 17473)
+++ trunk/misc/dejagnu/Makefile 2014-09-24 03:16:59 UTC (rev 17474)
@@ -2,6 +2,7 @@
PORTNAME= dejagnu
PORTVERSION= 1.5.1
+PORTREVISION= 1
CATEGORIES= misc tcl tk
MASTER_SITES= GNU
@@ -10,8 +11,7 @@
LICENSE= gpl3
-BUILD_DEPENDS= expect:${PORTSDIR}/lang/expect
-RUN_DEPENDS= expect:${PORTSDIR}/lang/expect
+LIB_DEPENDS= libexpect.so:${PORTSDIR}/lang/expect
USE_GMAKE= yes
GNU_CONFIGURE= yes
@@ -18,6 +18,4 @@
USE_TCL= yes
-MAN1= runtest.1
-
.include <bsd.port.mk>
Modified: trunk/misc/dejagnu/pkg-plist
===================================================================
--- trunk/misc/dejagnu/pkg-plist 2014-09-24 03:15:46 UTC (rev 17473)
+++ trunk/misc/dejagnu/pkg-plist 2014-09-24 03:16:59 UTC (rev 17474)
@@ -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 Midnightbsd-cvs
mailing list