Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 15 Jan 2014 22:27:56 +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: r339831 - head/audio/csound
Message-ID:  <201401152227.s0FMRu7Q056056@svn.freebsd.org>

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

Log:
  Remove useless bsd.port.mk inclusions while here
  do not install a well known license file.

Modified:
  head/audio/csound/Makefile

Modified: head/audio/csound/Makefile
==============================================================================
--- head/audio/csound/Makefile	Wed Jan 15 22:23:40 2014	(r339830)
+++ head/audio/csound/Makefile	Wed Jan 15 22:27:56 2014	(r339831)
@@ -15,7 +15,6 @@ MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Sound synthesizer
 
 LICENSE=	LGPL21
-LICENSE_FILE=	${WRKSRC}/COPYING
 
 DIST_SUBDIR=	csound
 BUILD_DEPENDS=	${LOCALBASE}/bin/swig:${PORTSDIR}/devel/swig13 \
@@ -139,8 +138,6 @@ EXTRACT_DEPENDS+=${LOCALBASE}/bin/unzip:
 DISTFILES+=	Csound${PORTVERSION:R}_manual_html.zip:manual
 .endif
 
-.include <bsd.port.pre.mk>
-
 .if ${ARCH} == amd64 || ${ARCH} == sparc64 || ${ARCH} == ia64
 CMAKE_ARGS+=	Word64=1
 .endif
@@ -200,4 +197,4 @@ post-install:
 .endif
 	@${CAT} ${PKGMESSAGE}
 
-.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?201401152227.s0FMRu7Q056056>