From e82c4411d2266ece9a2d43c4665f9e3f885be82f Mon Sep 17 00:00:00 2001 From: nork Date: Sat, 15 Apr 2006 12:10:50 +0000 Subject: Fix make index error on 7-current(No more NO_MAN). Updating the ports index ... Generating INDEX.tmp - please wait.."/usr/share/mk/bsd.own.mk", line 353: WITH_MAN and WITHOUT_MAN can't both be set. ===> sysutils/etcmerge failed "/usr/share/mk/bsd.own.mk", line 353: WITH_MAN and WITHOUT_MAN can't both be set. Approved by: maintainer timeout (1 week) --- sysutils/etcmerge/Makefile | 1 - 1 file changed, 1 deletion(-) (limited to 'sysutils') diff --git a/sysutils/etcmerge/Makefile b/sysutils/etcmerge/Makefile index 7c07046f6e41..fe7caaaebb28 100644 --- a/sysutils/etcmerge/Makefile +++ b/sysutils/etcmerge/Makefile @@ -19,7 +19,6 @@ COMMENT= "Automatic 3-way merge of /etc updates" NO_BUILD= yes NO_WRKSUBDIR= yes -NO_MAN= yes SRC= ${.CURDIR}/src -- cgit