Date: Fri, 4 Jul 2014 23:02:40 +0000 (UTC) From: Antoine Brodin <antoine@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r360678 - head/net-mgmt/netustad Message-ID: <201407042302.s64N2ejn038020@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: antoine Date: Fri Jul 4 23:02:39 2014 New Revision: 360678 URL: http://svnweb.freebsd.org/changeset/ports/360678 QAT: https://qat.redports.org/buildarchive/r360678/ Log: Unbreak Pointyhat: adamw Modified: head/net-mgmt/netustad/Makefile Modified: head/net-mgmt/netustad/Makefile ============================================================================== --- head/net-mgmt/netustad/Makefile Fri Jul 4 23:00:51 2014 (r360677) +++ head/net-mgmt/netustad/Makefile Fri Jul 4 23:02:39 2014 (r360678) @@ -28,7 +28,7 @@ NLS_CONFIGURE_WITH= nls .include <bsd.port.options.mk> -.if ${PORT_OPTIONS:MDOCS} +.if ! ${PORT_OPTIONS:MDOCS} post-patch: ${REINPLACE_CMD} "s/^install-data-am:.*/install-data-am:/" ${WRKSRC}/Makefile.in .endif
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201407042302.s64N2ejn038020>