Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 19 Mar 2017 04:02:40 +0000 (UTC)
From:      Marcelo Araujo <araujo@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r436473 - head/editors/komodo-edit
Message-ID:  <201703190402.v2J42eHj010105@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: araujo
Date: Sun Mar 19 04:02:40 2017
New Revision: 436473
URL: https://svnweb.freebsd.org/changeset/ports/436473

Log:
  Do not set NO_CDROM or NO_PACKAGE along with RESTRICT.
  When use RESTRICT it implies the former ones.

Modified:
  head/editors/komodo-edit/Makefile

Modified: head/editors/komodo-edit/Makefile
==============================================================================
--- head/editors/komodo-edit/Makefile	Sun Mar 19 02:54:58 2017	(r436472)
+++ head/editors/komodo-edit/Makefile	Sun Mar 19 04:02:40 2017	(r436473)
@@ -14,8 +14,6 @@ COMMENT=	Multi-language editor from Acti
 CONFLICTS=	komodo-ide-6*
 
 RESTRICTED=	Distribution not permitted
-NO_CDROM=	Distribution not permitted
-NO_PACKAGE=	Distribution not permitted
 
 ONLY_FOR_ARCHS=	i386 amd64
 NO_BUILD=	yes



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