1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-20 00:21:35 +00:00

Fix unintentional change in r530358 and r530359

This commit is contained in:
Sunpoet Po-Chuan Hsieh 2020-04-02 12:18:43 +00:00
parent 8714dd159e
commit 42035cb31c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=530360
2 changed files with 2 additions and 2 deletions

View File

@ -113,7 +113,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

View File

@ -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