svn commit: r436473 - head/editors/komodo-edit

Marcelo Araujo araujo at FreeBSD.org
Sun Mar 19 04:02:41 UTC 2017


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


More information about the svn-ports-all mailing list