1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-24 04:33:24 +00:00

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.
===> devel/vb2c failed
"/usr/share/mk/bsd.own.mk", line 353: WITH_MAN and WITHOUT_MAN can't both be set.
This commit is contained in:
Norikatsu Shigemura 2006-04-05 16:48:35 +00:00
parent 889e1eaa41
commit beed8f7c16
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=158871

View File

@ -17,12 +17,9 @@ COMMENT= Convert Visual Basic forms to GTK C code
WRKSRC= ${WRKDIR}/${PORTNAME}
MAKEFILE= ${FILESDIR}/Makefile
NO_MAN=
PLIST_FILES= bin/vb2c
.include <bsd.port.pre.mk>
post-extract:
@${RM} -f ${WRKSRC}/*.o
.include <bsd.port.post.mk>
.include <bsd.port.mk>