aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorvanilla <vanilla@FreeBSD.org>2015-03-04 11:18:11 +0800
committervanilla <vanilla@FreeBSD.org>2015-03-04 11:18:11 +0800
commit0fb8bfcf3353abc319b741005cfd7426b5400337 (patch)
tree8cf6f09bdcdf4d3253bced9bcb208cec79fe045f
parent06014fafb94301523ad36f3ab5d438b259b1021f (diff)
downloadfreebsd-ports-graphics-0fb8bfcf3353abc319b741005cfd7426b5400337.tar.gz
freebsd-ports-graphics-0fb8bfcf3353abc319b741005cfd7426b5400337.tar.zst
freebsd-ports-graphics-0fb8bfcf3353abc319b741005cfd7426b5400337.zip
fix PKGNAMESUFFIX.
-rw-r--r--www/node010/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/node010/Makefile b/www/node010/Makefile
index e1e98c92a6c..6bc060a584d 100644
--- a/www/node010/Makefile
+++ b/www/node010/Makefile
@@ -5,7 +5,7 @@ PORTNAME= node
PORTVERSION= 0.10.36
CATEGORIES= www
MASTER_SITES= http://nodejs.org/dist/v${PORTVERSION}/
-PKGNAMESUFFIX= -0.10
+PKGNAMESUFFIX= 010
DISTNAME= ${PORTNAME}-v${PORTVERSION}
MAINTAINER= linpct@gmail.com