svn commit: r334179 - head/sysutils/sbniconfig/files

Max Khon fjoe at FreeBSD.org
Mon Nov 18 12:37:46 UTC 2013


Author: fjoe
Date: Mon Nov 18 12:37:46 2013
New Revision: 334179
URL: http://svnweb.freebsd.org/changeset/ports/334179

Log:
  Unbreak the build: Use NO_MAN and NO_OBJ knobs.

Modified:
  head/sysutils/sbniconfig/files/Makefile

Modified: head/sysutils/sbniconfig/files/Makefile
==============================================================================
--- head/sysutils/sbniconfig/files/Makefile	Mon Nov 18 12:36:05 2013	(r334178)
+++ head/sysutils/sbniconfig/files/Makefile	Mon Nov 18 12:37:46 2013	(r334179)
@@ -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
 


More information about the svn-ports-all mailing list