Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 15 Jan 2014 22:29:38 +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: r339832 - head/audio/csound6
Message-ID:  <201401152229.s0FMTcnr056294@svn.freebsd.org>

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

Log:
  Remove over include of bsd.port.mk

Modified:
  head/audio/csound6/Makefile

Modified: head/audio/csound6/Makefile
==============================================================================
--- head/audio/csound6/Makefile	Wed Jan 15 22:27:56 2014	(r339831)
+++ head/audio/csound6/Makefile	Wed Jan 15 22:29:38 2014	(r339832)
@@ -87,7 +87,6 @@ PULSEAUDIO_LIB_DEPENDS=	libpulse-simple.
 PULSEAUDIO_CMAKE_OFF=	-DUSE_PULSEAUDIO:BOOL=OFF
 
 .include <bsd.port.options.mk>
-.include <bsd.port.pre.mk>
 
 .if ${OSVERSION} < 1000033
 BUILD_DEPENDS+=	${LOCALBASE}/bin/flex:${PORTSDIR}/textproc/flex
@@ -132,4 +131,4 @@ post-install:
 	@${LN} -sf ${i}.6.0 ${STAGEDIR}${PREFIX}/lib/${i}.6
 .endfor
 
-.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?201401152229.s0FMTcnr056294>