svn commit: r489669 - in head: math/geogebra www/ilias

Tobias Kortkamp tobik at FreeBSD.org
Tue Jan 8 10:44:24 UTC 2019


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


More information about the svn-ports-head mailing list