svn commit: r451222 - head/audio/rhythmbox

Baptiste Daroussin bapt at FreeBSD.org
Wed Oct 4 11:54:34 UTC 2017


Author: bapt
Date: Wed Oct  4 11:54:32 2017
New Revision: 451222
URL: https://svnweb.freebsd.org/changeset/ports/451222

Log:
  Remove useless .pre.mk/.post.mk

Modified:
  head/audio/rhythmbox/Makefile

Modified: head/audio/rhythmbox/Makefile
==============================================================================
--- head/audio/rhythmbox/Makefile	Wed Oct  4 11:53:46 2017	(r451221)
+++ head/audio/rhythmbox/Makefile	Wed Oct  4 11:54:32 2017	(r451222)
@@ -77,8 +77,6 @@ PYTHON_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}libpeas>=0:
 #WEBKIT_CONFIGURE_WITH=	webkit
 #WEBKIT_LIB_DEPENDS=	libwebkitgtk-3.0.so:www/webkit-gtk3
 
-.include <bsd.port.pre.mk>
-
 post-patch:
 	@${REINPLACE_CMD} -e 's|{MOZILLA_PLUGINDIR|{MOZILLA_PLUGINDIR}|g' \
 		${WRKSRC}/configure
@@ -87,4 +85,4 @@ post-patch:
 post-install:
 	@${RM} -r ${STAGEDIR}${PREFIX}/lib/rhythmbox/plugins/rbzeitgeist
 
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>


More information about the svn-ports-all mailing list