svn commit: r489850 - head/audio/gradio

Carlos J. Puga Medina cpm at FreeBSD.org
Thu Jan 10 08:26:21 UTC 2019


Author: cpm
Date: Thu Jan 10 08:26:20 2019
New Revision: 489850
URL: https://svnweb.freebsd.org/changeset/ports/489850

Log:
  - Do not unnecessarily include bsd.port.pre.mk and bsd.port.post.mk
  
  PR:		228884
  Submitted by:	cpm
  Approved by:	arved (maintainer)

Modified:
  head/audio/gradio/Makefile

Modified: head/audio/gradio/Makefile
==============================================================================
--- head/audio/gradio/Makefile	Thu Jan 10 07:33:17 2019	(r489849)
+++ head/audio/gradio/Makefile	Thu Jan 10 08:26:20 2019	(r489850)
@@ -26,9 +26,7 @@ INSTALLS_ICONS=	yes
 WRKSRC=		${WRKDIR}/Gradio-${PORTVERSION}
 GLIB_SCHEMAS=	de.haeckerfelix.gradio.gschema.xml
 
-.include <bsd.port.pre.mk>
-
 post-patch:
 	${REINPLACE_CMD} -e "s,python3,${PYTHON_CMD}," ${WRKSRC}/meson_post_install.sh
 
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>


More information about the svn-ports-head mailing list