[Midnightbsd-cvs] CVS Commit: benchmarks/dkftpbench: Switch to external plist
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Mon Aug 6 20:45:06 EDT 2007
Log Message:
-----------
Switch to external plist
Modified Files:
--------------
mports/benchmarks/dkftpbench:
Makefile (r1.1 -> r1.2)
Added Files:
-----------
mports/benchmarks/dkftpbench:
pkg-plist (r1.1)
-------------- next part --------------
--- /dev/null
+++ benchmarks/dkftpbench/pkg-plist
@@ -0,0 +1,2 @@
+ at comment $MidnightBSD: mports/benchmarks/dkftpbench/pkg-plist,v 1.1 2007/08/07 00:45:06 laffer1 Exp $
+bin/dkftpbench
Index: Makefile
===================================================================
RCS file: /home/cvs/mports/benchmarks/dkftpbench/Makefile,v
retrieving revision 1.1
retrieving revision 1.2
diff -Lbenchmarks/dkftpbench/Makefile -Lbenchmarks/dkftpbench/Makefile -u -r1.1 -r1.2
--- benchmarks/dkftpbench/Makefile
+++ benchmarks/dkftpbench/Makefile
@@ -8,17 +8,18 @@
PORTNAME= dkftpbench
PORTVERSION= 0.45
+PORTREVISION= 1
CATEGORIES= benchmarks ftp
MASTER_SITES= http://www.kegel.com/dkftpbench/
MAINTAINER= ports at MidnightBSD.org
COMMENT= A FTP benchmark program
-PLIST_FILES= bin/dkftpbench
-
+USE_GMAKE= yes
GNU_CONFIGURE= yes
-CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd6.0
+CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd6.0 \
+ --host=${MACHINE_ARCH}-portbld-freebsd6.0
-USE_AUTOTOOLS= automake:14 autoconf:259
+USE_AUTOTOOLS= automake:14 autoconf:253
.include <bsd.port.mk>
More information about the Midnightbsd-cvs
mailing list