Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 29 Aug 2017 14:43:03 +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: r448922 - head/security/parano
Message-ID:  <201708291443.v7TEh3W9077163@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Tue Aug 29 14:43:03 2017
New Revision: 448922
URL: https://svnweb.freebsd.org/changeset/ports/448922

Log:
  - Switch to USES=localbase
  - Fix shebangs
  - Add NO_ARCH

Modified:
  head/security/parano/Makefile

Modified: head/security/parano/Makefile
==============================================================================
--- head/security/parano/Makefile	Tue Aug 29 14:42:44 2017	(r448921)
+++ head/security/parano/Makefile	Tue Aug 29 14:43:03 2017	(r448922)
@@ -3,7 +3,7 @@
 
 PORTNAME=	parano
 PORTVERSION=	0.3.5
-PORTREVISION=	5
+PORTREVISION=	6
 CATEGORIES=	security
 MASTER_SITES=	BERLIOS
 
@@ -14,11 +14,10 @@ LICENSE=	GPLv2+
 LICENSE_FILE=	${WRKSRC}/COPYING
 
 USE_GNOME=	pygnome2 intltool
-USES=		desktop-file-utils gettext gmake python shared-mime-info
+USES=		desktop-file-utils gettext gmake localbase python shared-mime-info shebangfix
+SHEBANG_FILES=	src/parano.py
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--disable-update-mime-database
-
-CPPFLAGS+=	-I${LOCALBASE}/include
-LDFLAGS+=	-L${LOCALBASE}/lib
+NO_ARCH=	yes
 
 .include <bsd.port.mk>



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