svn commit: r478294 - head/net/remmina-plugins

Ben Woods woodsb02 at FreeBSD.org
Tue Aug 28 09:36:55 UTC 2018


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


More information about the svn-ports-head mailing list