svn commit: r339831 - head/audio/csound

Baptiste Daroussin bapt at FreeBSD.org
Wed Jan 15 22:27:57 UTC 2014


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 at 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>


More information about the svn-ports-all mailing list