Date: Tue, 5 Nov 2019 16:14:16 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r516807 - head/www/npm-node8 Message-ID: <201911051614.xA5GEGEt035536@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201911051614.xA5GEGEt035536>