Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 15 Jan 2014 22:36:31 +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: r339837 - head/audio/musicpd
Message-ID:  <201401152236.s0FMaVEq060116@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Wed Jan 15 22:36:30 2014
New Revision: 339837
URL: http://svnweb.freebsd.org/changeset/ports/339837
QAT: https://qat.redports.org/buildarchive/r339837/

Log:
  Reduce over inclusions of bsd.port.mk

Modified:
  head/audio/musicpd/Makefile

Modified: head/audio/musicpd/Makefile
==============================================================================
--- head/audio/musicpd/Makefile	Wed Jan 15 22:34:56 2014	(r339836)
+++ head/audio/musicpd/Makefile	Wed Jan 15 22:36:30 2014	(r339837)
@@ -143,8 +143,6 @@ SUB_LIST+=	MPDDIR=${MPDDIR}
 IGNORE=Please remove the MPDCONF line from make.conf, then rename ${PREFIX}/etc/${MPDCONF} to musicpd.conf, if it exists
 .endif
 
-.include <bsd.port.pre.mk>
-
 .if exists(${PREFIX}/etc/mpd.conf)
 MSG=You still have ${PREFIX}/etc/mpd.conf in existence-- this file is no longer used by musicpd.
 .if !exists(${PREFIX}/etc/musicpd.conf)
@@ -233,4 +231,4 @@ do-install:
 	@${INSTALL_DATA} ${WRKSRC}/doc/mpdconf.example \
 		${STAGEDIR}/${PREFIX}/etc/${PORTNAME}.conf.sample
 
-.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?201401152236.s0FMaVEq060116>