svn commit: r339837 - head/audio/musicpd

Baptiste Daroussin bapt at FreeBSD.org
Wed Jan 15 22:36:31 UTC 2014


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>


More information about the svn-ports-all mailing list