svn commit: r305060 - head/lang/chicken
Jase Thew
jase at FreeBSD.org
Sun Sep 30 01:03:39 UTC 2012
Author: jase
Date: Sun Sep 30 01:03:38 2012
New Revision: 305060
URL: http://svn.freebsd.org/changeset/ports/305060
Log:
- Remove DOCS option to prevent dialog being displayed
Requested by: Vitaly Magerya <vmagerya at gmail.com> (maintainer, via email)
Approved by: flo, culot (mentors, implicit)
Modified:
head/lang/chicken/Makefile
Modified: head/lang/chicken/Makefile
==============================================================================
--- head/lang/chicken/Makefile Sun Sep 30 00:29:38 2012 (r305059)
+++ head/lang/chicken/Makefile Sun Sep 30 01:03:38 2012 (r305060)
@@ -29,8 +29,6 @@ MAN1= chicken.1 chicken-bug.1 chicken-i
.include <bsd.port.options.mk>
-OPTIONS_DEFINE= DOCS
-
.if ${ARCH} != "amd64" && ${ARCH} != "i386" && ${ARCH} != "sparc64"
MAKE_ARGS+= HACKED_APPLY=
.endif
More information about the svn-ports-all
mailing list