[Midnightbsd-cvs] CVS Commit: benchmarks/blogbench: Switch to external pkg-plist.

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Mon Aug 6 20:02:10 EDT 2007


Log Message:
-----------
Switch to external pkg-plist. Works with CURRENT.

Modified Files:
--------------
    mports/benchmarks/blogbench:
        Makefile (r1.1 -> r1.2)

Added Files:
-----------
    mports/benchmarks/blogbench:
        pkg-plist (r1.1)

-------------- next part --------------
--- /dev/null
+++ benchmarks/blogbench/pkg-plist
@@ -0,0 +1,2 @@
+ at comment $MidnightBSD: mports/benchmarks/blogbench/pkg-plist,v 1.1 2007/08/07 00:02:09 laffer1 Exp $
+bin/blogbench
Index: Makefile
===================================================================
RCS file: /home/cvs/mports/benchmarks/blogbench/Makefile,v
retrieving revision 1.1
retrieving revision 1.2
diff -Lbenchmarks/blogbench/Makefile -Lbenchmarks/blogbench/Makefile -u -r1.1 -r1.2
--- benchmarks/blogbench/Makefile
+++ benchmarks/blogbench/Makefile
@@ -8,6 +8,7 @@
 
 PORTNAME=	blogbench
 PORTVERSION=	1.0
+PORTREVISION=	1
 CATEGORIES=	benchmarks
 MASTER_SITES=	ftp://ftp.blogbench.pureftpd.org/blogbench/
 
@@ -18,7 +19,6 @@
 USE_BZIP2=	yes
 
 MAN8=		blogbench.8
-PLIST_FILES=	bin/blogbench
 PORTDOCS=	README
 
 post-install:


More information about the Midnightbsd-cvs mailing list