Fix syntax error introduced by conversion to new options framework
This commit is contained in:
parent
3afcaca751
commit
487adea15e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=317109
1 changed files with 1 additions and 1 deletions
|
@ -88,7 +88,7 @@ do-install:
|
|||
@${INSTALL_PROGRAM} ${WRKSRC}/distcc ${PREFIX}/bin
|
||||
@${INSTALL_PROGRAM} ${WRKSRC}/distccmon-text ${PREFIX}/bin
|
||||
@${INSTALL_PROGRAM} ${WRKSRC}/lsdistcc ${PREFIX}/bin
|
||||
.if ${PORT_OPTIONS:MGNOME) || ${PORT_OPTIONS:MGTK}
|
||||
.if ${PORT_OPTIONS:MGNOME} || ${PORT_OPTIONS:MGTK}
|
||||
@${INSTALL_PROGRAM} ${WRKSRC}/distccmon-gnome ${PREFIX}/bin
|
||||
.endif
|
||||
@${INSTALL_PROGRAM} ${WRKSRC}/distccd ${PREFIX}/sbin
|
||||
|
|
Loading…
Reference in a new issue