Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 10 Jan 2019 08:26:20 +0000 (UTC)
From:      "Carlos J. Puga Medina" <cpm@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r489850 - head/audio/gradio
Message-ID:  <201901100826.x0A8QKwh044937@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201901100826.x0A8QKwh044937>