Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 10 Mar 2015 14:16:05 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r380927 - head/x11/avant-window-navigator
Message-ID:  <201503101416.t2AEG5lB045183@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Tue Mar 10 14:16:04 2015
New Revision: 380927
URL: https://svnweb.freebsd.org/changeset/ports/380927
QAT: https://qat.redports.org/buildarchive/r380927/

Log:
  - Add LICENSE
  - Strip binaries

Modified:
  head/x11/avant-window-navigator/Makefile

Modified: head/x11/avant-window-navigator/Makefile
==============================================================================
--- head/x11/avant-window-navigator/Makefile	Tue Mar 10 14:16:04 2015	(r380926)
+++ head/x11/avant-window-navigator/Makefile	Tue Mar 10 14:16:04 2015	(r380927)
@@ -3,7 +3,7 @@
 
 PORTNAME=	avant-window-navigator
 PORTVERSION=	0.3.2.1
-PORTREVISION?=	10
+PORTREVISION?=	11
 CATEGORIES=	x11
 MASTER_SITES=	http://launchpadlibrarian.net/26374006/ \
 		http://mirror.amdmi3.ru/distfiles/
@@ -11,6 +11,9 @@ MASTER_SITES=	http://launchpadlibrarian.
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Dock-like navigation bar
 
+LICENSE=	GPLv2 # or later
+LICENSE_FILE=	${WRKSRC}/COPYING
+
 BUILD_DEPENDS=	${PYTHON_SITELIBDIR}/xdg/__init__.py:${PORTSDIR}/devel/py-xdg
 RUN_DEPENDS=	${PYTHON_SITELIBDIR}/xdg/__init__.py:${PORTSDIR}/devel/py-xdg
 LIB_DEPENDS=	libwnck-1.so:${PORTSDIR}/x11-toolkits/libwnck \
@@ -24,6 +27,7 @@ INSTALLS_ICONS=	yes
 USE_XORG=	x11 xproto xcomposite xrender
 CPPFLAGS+=	-I${LOCALBASE}/include
 LIBS+=		-L${LOCALBASE}/lib
+INSTALL_TARGET=	install-strip
 
 AWN_DESKTOP?=	agnostic
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201503101416.t2AEG5lB045183>