Date: Sun, 6 Jan 2019 11:04:09 +0000 (UTC) From: Kurt Jaeger <pi@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r489456 - head/devel/agar Message-ID: <201901061104.x06B49DY058221@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: pi Date: Sun Jan 6 11:04:08 2019 New Revision: 489456 URL: https://svnweb.freebsd.org/changeset/ports/489456 Log: devel/agar: replace includes of bsd.port.pre.mk and .post.mk PR: 208383 Submitted by: mat Modified: head/devel/agar/Makefile Modified: head/devel/agar/Makefile ============================================================================== --- head/devel/agar/Makefile Sun Jan 6 10:58:53 2019 (r489455) +++ head/devel/agar/Makefile Sun Jan 6 11:04:08 2019 (r489456) @@ -74,8 +74,6 @@ CONFIGURE_ARGS+= --without-sse PLIST_SUB+= SSE="@comment " .endif -.include <bsd.port.pre.mk> - post-install: @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libag_*.so.* @@ -83,4 +81,4 @@ post-patch-GUI-off: @${REINPLACE_CMD} -e 's|^LIBS=.*|LIBS=|' ${WRKSRC}/au/Makefile @${REINPLACE_CMD} -e 's|^LIBS=.*|LIBS=|' ${WRKSRC}/math/Makefile -.include <bsd.port.post.mk> +.include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201901061104.x06B49DY058221>