[Midnightbsd-cvs] mports: Makefile: set true prefix so this builds properly on magus.
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Wed Oct 24 20:43:57 EDT 2007
Log Message:
-----------
set true prefix so this builds properly on magus. It depends on a hack in bsd.prog.mk that may go away. (we don't want that)
Set license, maintainer
Modified Files:
--------------
mports/benchmarks/raidtest:
Makefile (r1.1 -> r1.2)
-------------- next part --------------
Index: Makefile
===================================================================
RCS file: /home/cvs/mports/benchmarks/raidtest/Makefile,v
retrieving revision 1.1
retrieving revision 1.2
diff -Lbenchmarks/raidtest/Makefile -Lbenchmarks/raidtest/Makefile -u -r1.1 -r1.2
--- benchmarks/raidtest/Makefile
+++ benchmarks/raidtest/Makefile
@@ -3,17 +3,22 @@
# Date created: Sat Oct 16, 2004
# Whom: David O'Brien (obrien at FreeBSD.org)
#
+# $MidnightBSD$
# $FreeBSD: ports/benchmarks/raidtest/Makefile,v 1.6 2007/05/02 07:17:21 edwin Exp $
#
PORTNAME= raidtest
PORTVERSION= 1.1
+PORTREVISION= 1
CATEGORIES= benchmarks
MASTER_SITES= # none
DISTFILES= # none
-MAINTAINER= pjd at FreeBSD.org
+MAINTAINER= ports at MidnightBSD.org
COMMENT= Test performance of storage devices
+LICENSE= bsd2
+
+FAKE_OPTS= trueprefix
NO_WRKSUBDIR= yes
PLIST_FILES= bin/raidtest
More information about the Midnightbsd-cvs
mailing list