Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 8 Nov 2017 01:54:38 +0000 (UTC)
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r453715 - head/devel/renpy
Message-ID:  <201711080154.vA81scYO093008@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jbeich
Date: Wed Nov  8 01:54:38 2017
New Revision: 453715
URL: https://svnweb.freebsd.org/changeset/ports/453715

Log:
  devel/renpy6: unbreak after r453509
  
  find: gui: No such file or directory
  
  Reported by:	pkg-fallout

Modified:
  head/devel/renpy/Makefile   (contents, props changed)

Modified: head/devel/renpy/Makefile
==============================================================================
--- head/devel/renpy/Makefile	Wed Nov  8 00:40:54 2017	(r453714)
+++ head/devel/renpy/Makefile	Wed Nov  8 01:54:38 2017	(r453715)
@@ -45,7 +45,10 @@ TARGET_ORDER_OVERRIDE=610:fix-shebang
 BUILD_WRKSRC=	${WRKSRC}/module
 INSTALL_WRKSRC=	${BUILD_WRKSRC}
 MAKE_ENV+=	RENPY_DEPS_INSTALL="${LOCALBASE}"
-PORTDATA=	gui launcher renpy renpy.py templates
+PORTDATA=	launcher renpy renpy.py templates
+.ifndef PKGNAMESUFFIX
+PORTDATA+=	gui
+.endif
 PORTDOCS=	*
 PLIST_FILES=	bin/${PORTNAME}
 



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