Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 15 Jan 2014 22:33:29 +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: r339835 - head/audio/lingot
Message-ID:  <201401152233.s0FMXT3r059606@svn.freebsd.org>

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

Log:
  Reduce over inclusion of bsd.port.mk
  Remove well known license file

Modified:
  head/audio/lingot/Makefile

Modified: head/audio/lingot/Makefile
==============================================================================
--- head/audio/lingot/Makefile	Wed Jan 15 22:32:04 2014	(r339834)
+++ head/audio/lingot/Makefile	Wed Jan 15 22:33:28 2014	(r339835)
@@ -12,7 +12,6 @@ MAINTAINER=	coder@tuxfamily.org
 COMMENT=	LINGOT is a musical instrument tuner
 
 LICENSE=	GPLv2
-LICENSE_FILE=	${WRKSRC}/COPYING
 
 USE_GNOME=	gtk20 libglade2
 NO_STAGE=	yes
@@ -42,10 +41,8 @@ CONFIGURE_ARGS+=--enable-alsa
 CONFIGURE_ARGS+=--disable-alsa
 .endif
 
-.include <bsd.port.pre.mk>
-
 .if ${OSVERSION} < 802502 || (${OSVERSION} > 900000 && ${OSVERSION} < 900027)
 EXTRA_PATCHES+=	${FILESDIR}/extra-lingot-config-scale.h
 .endif
 
-.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?201401152233.s0FMXT3r059606>