Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 28 Aug 2018 09:36:55 +0000 (UTC)
From:      Ben Woods <woodsb02@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r478294 - head/net/remmina-plugins
Message-ID:  <201808280936.w7S9atDc021153@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: woodsb02
Date: Tue Aug 28 09:36:54 2018
New Revision: 478294
URL: https://svnweb.freebsd.org/changeset/ports/478294

Log:
  net/remmina-plugins: Fix portscout
  
  Before this change, the output of "make -V MASTER_SITES" would start
  with a leading space character, which would break portscout.
  
  PR:		230965
  Submitted by:	Dmitri Goutnik <dg@syrec.org>

Modified:
  head/net/remmina-plugins/Makefile

Modified: head/net/remmina-plugins/Makefile
==============================================================================
--- head/net/remmina-plugins/Makefile	Tue Aug 28 09:08:12 2018	(r478293)
+++ head/net/remmina-plugins/Makefile	Tue Aug 28 09:36:54 2018	(r478294)
@@ -10,13 +10,15 @@ COMMENT?=	Remmina plugin system
 
 LICENSE?=	GPLv2+
 
+.if defined(PKGNAMESUFFIX)
+
 USE_GITLAB=	yes
 GL_ACCOUNT=	Remmina
 GL_PROJECT=	Remmina
 GL_COMMIT=	65d552c9becc957cae124ab5c26562cf22c052b9
 
-.if defined(PKGNAMESUFFIX)
 .include "${.CURDIR}/../remmina-plugins/bsd.plugin.mk"
+
 .else
 
 USES=	metaport



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