svn commit: r516807 - head/www/npm-node8

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Tue Nov 5 16:14:16 UTC 2019


Author: sunpoet
Date: Tue Nov  5 16:14:16 2019
New Revision: 516807
URL: https://svnweb.freebsd.org/changeset/ports/516807

Log:
  Fix typo
  
  Notified by:	dvl

Modified:
  head/www/npm-node8/Makefile

Modified: head/www/npm-node8/Makefile
==============================================================================
--- head/www/npm-node8/Makefile	Tue Nov  5 16:08:46 2019	(r516806)
+++ head/www/npm-node8/Makefile	Tue Nov  5 16:14:16 2019	(r516807)
@@ -5,7 +5,7 @@ PKGNAMESUFFIX=	-node8
 
 CONFLICTS_INSTALL=	npm npm-node10 npm-node12
 
-OPTIONS_EXCLUDE=NODE NODE10 NODE012
+OPTIONS_EXCLUDE=NODE NODE10 NODE12
 OPTIONS_SLAVE=	NODE8
 
 MASTERDIR=	${.CURDIR}/../npm


More information about the svn-ports-head mailing list