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:
parent
8714dd159e
commit
42035cb31c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=530360
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user