aboutsummaryrefslogtreecommitdiff
path: root/lang/ruby27
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2020-04-02 12:18:43 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2020-04-02 12:18:43 +0000
commit42035cb31cd18933cbc74e87f01c37a43ac80aa0 (patch)
tree9b9440cb1e9f85625e65b0b767c3ee9ba6302557 /lang/ruby27
parent8714dd159ee0cb55c67748841a4f340f60e847c7 (diff)
downloadports-42035cb31cd18933cbc74e87f01c37a43ac80aa0.tar.gz
ports-42035cb31cd18933cbc74e87f01c37a43ac80aa0.zip
Fix unintentional change in r530358 and r530359
Notes
Notes: svn path=/head/; revision=530360
Diffstat (limited to 'lang/ruby27')
-rw-r--r--lang/ruby27/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/ruby27/Makefile b/lang/ruby27/Makefile
index f93beb8e07bd..fed65a02db40 100644
--- a/lang/ruby27/Makefile
+++ b/lang/ruby27/Makefile
@@ -114,7 +114,7 @@ MAKE_JOBS_UNSAFE= yes
.if ${RUBY_VER} == ${RUBY_DEFAULT_VER}
PLIST_SUB+= IF_DEFAULT=""
.else
-PKGNAMESUFFIX?= ${RUBY_VER:C/\.//}
+PKGNAMESUFFIX= ${RUBY_VER:C/\.//}
PLIST_SUB+= IF_DEFAULT="@comment "
.endif