aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils
diff options
context:
space:
mode:
authorfjoe <fjoe@FreeBSD.org>2013-11-18 20:37:46 +0800
committerfjoe <fjoe@FreeBSD.org>2013-11-18 20:37:46 +0800
commita6aa54f96cbe49a6bf811a631e65522ef0bd5833 (patch)
tree813e842f75e12a4cb1ec4cf3a44ff7536e52b246 /sysutils
parent4a963a1c3951d47fe930f16081db7e4281f6ec10 (diff)
downloadfreebsd-ports-gnome-a6aa54f96cbe49a6bf811a631e65522ef0bd5833.tar.gz
freebsd-ports-gnome-a6aa54f96cbe49a6bf811a631e65522ef0bd5833.tar.zst
freebsd-ports-gnome-a6aa54f96cbe49a6bf811a631e65522ef0bd5833.zip
Unbreak the build: Use NO_MAN and NO_OBJ knobs.
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/sbniconfig/files/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/sysutils/sbniconfig/files/Makefile b/sysutils/sbniconfig/files/Makefile
index 9c323a035da9..30e7c98923b4 100644
--- a/sysutils/sbniconfig/files/Makefile
+++ b/sysutils/sbniconfig/files/Makefile
@@ -4,7 +4,9 @@
PROG= sbniconfig
NOMAN= yes
+NO_MAN= yes
NOOBJ= yes
+NO_OBJ= yes
CFLAGS+= -I/usr/src/sys/dev/sbni
BINDIR= ${PREFIX}/bin