Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 4 Oct 2017 11:54:32 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r451222 - head/audio/rhythmbox
Message-ID:  <201710041154.v94BsWPE012019@repo.freebsd.org>

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



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