svn commit: r489456 - head/devel/agar

Kurt Jaeger pi at FreeBSD.org
Sun Jan 6 11:04:09 UTC 2019


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>


More information about the svn-ports-all mailing list