diff options
author | pav <pav@FreeBSD.org> | 2007-03-18 07:34:28 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2007-03-18 07:34:28 +0800 |
commit | 9402229bc08e2a43210cb25916fb59bea076ecd5 (patch) | |
tree | 5fd7b2f47c47e9875b54e99c072d7db5b15917e2 /benchmarks | |
parent | cc5b75a94c461b11b6c48b15bde60fed5b52f211 (diff) | |
download | freebsd-ports-gnome-9402229bc08e2a43210cb25916fb59bea076ecd5.tar.gz freebsd-ports-gnome-9402229bc08e2a43210cb25916fb59bea076ecd5.tar.zst freebsd-ports-gnome-9402229bc08e2a43210cb25916fb59bea076ecd5.zip |
- Fix plist: cover manpage links
Pointy hat to: jmelo
- While here, remove 4.X conditional
Diffstat (limited to 'benchmarks')
-rw-r--r-- | benchmarks/dbench/Makefile | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/benchmarks/dbench/Makefile b/benchmarks/dbench/Makefile index 1c1bcf47de41..d1bcd9e70902 100644 --- a/benchmarks/dbench/Makefile +++ b/benchmarks/dbench/Makefile @@ -7,7 +7,7 @@ PORTNAME= dbench PORTVERSION= 3.04 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= benchmarks MASTER_SITES= http://samba.org/ftp/tridge/dbench/ @@ -17,11 +17,6 @@ COMMENT= A simulation of the Ziff-Davis netbench benchmark GNU_CONFIGURE= yes MAN1= dbench.1 +MLINKS= dbench.1 tbench.1 dbench.1 tbench_srv.1 -.include <bsd.port.pre.mk> - -.if ${OSVERSION} < 500000 -BROKEN= Doesn't build on FreeBSD < 5.x -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |