svn commit: r453715 - head/devel/renpy

Jan Beich jbeich at FreeBSD.org
Wed Nov 8 01:54:39 UTC 2017


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}
 


More information about the svn-ports-head mailing list