mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-13 07:34:50 +00:00
Restore PROGRAM_TRANSFORM_NAME.
This commit is contained in:
parent
afbf9cf0c2
commit
fc9eeac36a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=351514
@ -71,12 +71,14 @@ PLIST_SUB+= TELNET_PROG="telnet"
|
||||
|
||||
.if ${PORT_OPTIONS:MKRB5_RENAME_RLOGIN}
|
||||
PLIST_SUB+= RLOGIN_PROG="krlogin"
|
||||
PROGRAM_TRANSFORM_NAME+= s/^rlogin/krlogin/;
|
||||
.else
|
||||
PLIST_SUB+= RLOGIN_PROG="rlogin"
|
||||
.endif
|
||||
|
||||
.if ${PORT_OPTIONS:MKRB5_RENAME_RSH}
|
||||
PLIST_SUB+= RSH_PROG="krsh"
|
||||
PROGRAM_TRANSFORM_NAME+= s/^rsh/krsh/;
|
||||
.else
|
||||
PLIST_SUB+= RSH_PROG="rsh"
|
||||
.endif
|
||||
|
Loading…
Reference in New Issue
Block a user