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

Fix missing space

This commit is contained in:
Baptiste Daroussin 2014-04-03 22:18:46 +00:00
parent 2c0fd1a724
commit e8135b1163
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=350053

View File

@ -2214,7 +2214,7 @@ INSTALL_PROGRAM= \
INSTALL_KLD= \
${INSTALL} ${COPY} ${_BINOWNGRP} -m ${BINMODE}
INSTALL_LIB= \
STRIPBIN=${STRIP_CMD}${INSTALL} ${COPY} ${STRIP} ${_SHROWNGRP} -m ${SHAREMODE}
STRIPBIN=${STRIP_CMD} ${INSTALL} ${COPY} ${STRIP} ${_SHROWNGRP} -m ${SHAREMODE}
INSTALL_SCRIPT= \
${INSTALL} ${COPY} ${_BINOWNGRP} -m ${BINMODE}
INSTALL_DATA= \