Last commit to onvert to options ng broke it, port.pre.mk is required Fix: See attached patch
Responsible Changed From-To: freebsd-ports-bugs->mva Over to maintainer (via the GNATS Auto Assign Tool)
Author: mva Date: Sun Mar 24 09:08:30 2013 New Revision: 315108 URL: http://svnweb.freebsd.org/changeset/ports/315108 Log: - Unbreak after switch to new options framework PR: ports/177313 ports/177320 Submitted by: William Grzybowski <william88@gmail.com>, Yasuhiro KIMURA <yasu@utahime.org> Modified: head/print/pslib/Makefile (contents, props changed) Modified: head/print/pslib/Makefile ============================================================================== --- head/print/pslib/Makefile Sun Mar 24 08:59:49 2013 (r315107) +++ head/print/pslib/Makefile Sun Mar 24 09:08:30 2013 (r315108) @@ -28,7 +28,7 @@ OPTIONS_DEFINE= EXAMPLES MAN NLS OPTIONS_DEFAULT= MAN NLS MAN_DESC= Manual pages -.include <bsd.port.options.mk> +.include <bsd.port.pre.mk> .if ${PORT_OPTIONS:MEXAMPLES} EX_NAME= pslib-examples-0.0.10 @@ -69,4 +69,4 @@ post-install: cd ${EX_WRKSRC} && ${PAX} -rw * ${EXAMPLESDIR} .endif -.include <bsd.port.mk> +.include <bsd.port.post.mk> _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Committed, with minor changes. Thanks!