devel/agar: replace includes of bsd.port.pre.mk and .post.mk

PR:		208383
Submitted by:	mat
This commit is contained in:
Kurt Jaeger 2019-01-06 11:04:08 +00:00
parent a4bb8e4173
commit c8cfaf2a64
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=489456

View file

@ -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>