aboutsummaryrefslogtreecommitdiffstats
path: root/benchmarks
diff options
context:
space:
mode:
authorak <ak@FreeBSD.org>2014-05-23 02:24:21 +0800
committerak <ak@FreeBSD.org>2014-05-23 02:24:21 +0800
commit7ed567c17ecec851d31a85599880ff2200e67ef3 (patch)
tree51c01080b0e4561efede80c9e4980f4205e3060d /benchmarks
parent28dd44fe9c1c5ccac291f9dda9400168e87d6808 (diff)
downloadfreebsd-ports-gnome-7ed567c17ecec851d31a85599880ff2200e67ef3.tar.gz
freebsd-ports-gnome-7ed567c17ecec851d31a85599880ff2200e67ef3.tar.zst
freebsd-ports-gnome-7ed567c17ecec851d31a85599880ff2200e67ef3.zip
- Convert to OptionsNG
Approved by: portmgr (blanket)
Diffstat (limited to 'benchmarks')
-rw-r--r--benchmarks/spec-sfs/Makefile9
1 files changed, 5 insertions, 4 deletions
diff --git a/benchmarks/spec-sfs/Makefile b/benchmarks/spec-sfs/Makefile
index 86bea4d35a95..5912b6fbe2fd 100644
--- a/benchmarks/spec-sfs/Makefile
+++ b/benchmarks/spec-sfs/Makefile
@@ -30,11 +30,12 @@ SPEC_ROOT?= ${PREFIX}/${PORTNAME}
DOCSDIR= ${SPEC_ROOT}/documents
-OPTIONS= RESERVED_PORT "Use privileged ports when doing NFS testing" on
+OPTIONS_DEFINE= RESERVED_PORT
+OPTIONS_DEFAULT= RESERVED_PORT
-.if defined(WITH_RESERVED_PORT)
-CFLAGS+= -DRESVPORT
-.endif
+RESERVED_PORT_DESC= Use privileged ports when doing NFS testing
+
+RESERVED_PORT_CFLAGS= -DRESVPORT
# Substitutions for pkg-plist
PLIST_SUB+= SPEC_ROOT=${SPEC_ROOT}