Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 21 Apr 2017 14:11:27 +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: r439072 - head/deskutils/ganyremote
Message-ID:  <201704211411.v3LEBR6k025546@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Fri Apr 21 14:11:27 2017
New Revision: 439072
URL: https://svnweb.freebsd.org/changeset/ports/439072

Log:
  - Add LICENSE_FILE
  - Fix shebangs
  - Add NO_ARCH
  - Remove unneeded CPP/LDFLAGS, this port does not contain C/C++ code

Modified:
  head/deskutils/ganyremote/Makefile

Modified: head/deskutils/ganyremote/Makefile
==============================================================================
--- head/deskutils/ganyremote/Makefile	Fri Apr 21 14:10:01 2017	(r439071)
+++ head/deskutils/ganyremote/Makefile	Fri Apr 21 14:11:27 2017	(r439072)
@@ -3,6 +3,7 @@
 
 PORTNAME=	ganyremote
 PORTVERSION=	6.3.3
+PORTREVISION=	1
 CATEGORIES=	deskutils comms gnome
 MASTER_SITES=	SF/anyremote/${PORTNAME}/${PORTVERSION}
 
@@ -10,15 +11,15 @@ MAINTAINER=	ports@FreeBSD.org
 COMMENT=	GNOME frontend for anyRemote
 
 LICENSE=	GPLv2+
+LICENSE_FILE=	${WRKSRC}/COPYING
 
 RUN_DEPENDS=	anyremote:comms/anyremote
 
-USES=		gettext python
+USES=		gettext python shebangfix
+SHEBANG_FILES=	ganyremote
 USE_GNOME=	pygtk2
 GNU_CONFIGURE=	yes
-
-CPPFLAGS+=	-I${LOCALBASE}/include
-LDFLAGS+=	-L${LOCALBASE}/lib
+NO_ARCH=	yes
 
 OPTIONS_DEFINE=	DOCS
 



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