diff options
author | bapt <bapt@FreeBSD.org> | 2014-01-16 06:27:56 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-01-16 06:27:56 +0800 |
commit | 8fd2cf3cf3365134160e3f6f63625c83cfd87f4e (patch) | |
tree | 483cb7de8b92186274cd013300a2e8849c257adb /audio | |
parent | 483a9d9772641505ff9c7f20626305a525b9a445 (diff) | |
download | freebsd-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/Makefile | 5 |
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> |