svn commit: r339835 - head/audio/lingot

Baptiste Daroussin bapt at FreeBSD.org
Wed Jan 15 22:33:29 UTC 2014


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


More information about the svn-ports-all mailing list