Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 8 Jan 2019 10:44:23 +0000 (UTC)
From:      Tobias Kortkamp <tobik@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r489669 - in head: math/geogebra www/ilias
Message-ID:  <201901081044.x08AiN21096993@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tobik
Date: Tue Jan  8 10:44:23 2019
New Revision: 489669
URL: https://svnweb.freebsd.org/changeset/ports/489669

Log:
  Do not set SUB_FILES twice

Modified:
  head/math/geogebra/Makefile
  head/www/ilias/Makefile

Modified: head/math/geogebra/Makefile
==============================================================================
--- head/math/geogebra/Makefile	Tue Jan  8 10:42:13 2019	(r489668)
+++ head/math/geogebra/Makefile	Tue Jan  8 10:44:23 2019	(r489669)
@@ -21,7 +21,6 @@ LICENSE_PERMS=	dist-mirror no-dist-sell pkg-mirror no-
 
 ONLY_FOR_ARCHS=	amd64 i386
 
-SUB_FILES=	geogebra.desktop
 CONFLICTS=	math/geogebra-i18n-[0-9]*
 NO_BUILD=	yes
 NO_ARCH=	yes

Modified: head/www/ilias/Makefile
==============================================================================
--- head/www/ilias/Makefile	Tue Jan  8 10:42:13 2019	(r489668)
+++ head/www/ilias/Makefile	Tue Jan  8 10:44:23 2019	(r489669)
@@ -27,7 +27,6 @@ GH_PROJECT=	ILIAS
 USES=		cpe jpeg php
 NO_BUILD=	yes
 PLIST=		${WRKDIR}/plist
-SUB_FILES=	pkg-message
 USE_PHP=	pdo_mysql session zlib gd pdf dom xsl pcre simplexml
 ILIASDIR=	www/ilias
 ILIASDATADIR=	www/iliasdata



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