aboutsummaryrefslogtreecommitdiffstats
path: root/audio
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2014-01-16 06:27:56 +0800
committerbapt <bapt@FreeBSD.org>2014-01-16 06:27:56 +0800
commit8fd2cf3cf3365134160e3f6f63625c83cfd87f4e (patch)
tree483cb7de8b92186274cd013300a2e8849c257adb /audio
parent483a9d9772641505ff9c7f20626305a525b9a445 (diff)
downloadfreebsd-ports-gnome-8fd2cf3cf3365134160e3f6f63625c83cfd87f4e.tar.gz
freebsd-ports-gnome-8fd2cf3cf3365134160e3f6f63625c83cfd87f4e.tar.zst
freebsd-ports-gnome-8fd2cf3cf3365134160e3f6f63625c83cfd87f4e.zip
Remove useless bsd.port.mk inclusions while here
do not install a well known license file.
Diffstat (limited to 'audio')
-rw-r--r--audio/csound/Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/audio/csound/Makefile b/audio/csound/Makefile
index 20cbcd510236..d7682d0400e2 100644
--- a/audio/csound/Makefile
+++ b/audio/csound/Makefile
@@ -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:${PORTSDIR}/archivers/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>