diff options
author | edwin <edwin@FreeBSD.org> | 2009-06-07 12:58:45 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2009-06-07 12:58:45 +0800 |
commit | 79a60d7d592f4e15011b101b296c8834e16c8b41 (patch) | |
tree | c1785ac1607e9b5e6b32caf3d2150d5d4d3f3d76 /dns/dnsperf | |
parent | 1de240986166d4c4e475803f9e2d66b230f93064 (diff) | |
download | freebsd-ports-gnome-79a60d7d592f4e15011b101b296c8834e16c8b41.tar.gz freebsd-ports-gnome-79a60d7d592f4e15011b101b296c8834e16c8b41.tar.zst freebsd-ports-gnome-79a60d7d592f4e15011b101b296c8834e16c8b41.zip |
Make QAT happy with regarding to PREFIX and LOCALBASE.
Diffstat (limited to 'dns/dnsperf')
-rw-r--r-- | dns/dnsperf/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/dns/dnsperf/Makefile b/dns/dnsperf/Makefile index b25287a205f7..451fda11bbf8 100644 --- a/dns/dnsperf/Makefile +++ b/dns/dnsperf/Makefile @@ -7,6 +7,7 @@ PORTNAME= dnsperf PORTVERSION= 1.0.1.0 +PORTREVISION= 1 CATEGORIES= dns benchmarks net MASTER_SITES= ftp://ftp.nominum.com/pub/nominum/${PORTNAME}/${PORTVERSION}/ DISTNAME= ${PORTNAME}-src-${PORTVERSION}-1 @@ -17,6 +18,7 @@ COMMENT= DNSPerf and ResPerf deliver accurate performance metrics of Domain Name BUILD_DEPENDS= isc-config.sh:${PORTSDIR}/dns/bind9 HAS_CONFIGURE= yes +CONFIGURE_ARGS= --prefix=${PREFIX} MAKE_ENV= INSTALL_PROGRAM="${INSTALL_PROGRAM}" \ INSTALL_SCRIPT="${INSTALL_SCRIPT}" \ |