mirror of
https://git.freebsd.org/ports.git
synced 2025-07-17 17:29:23 -04:00
shell scripts shouldn't use INSTALL_PROGRAM. fixed.
This commit is contained in:
parent
ad3c5bba3a
commit
52ce6af327
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=24513
1 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,7 @@ do-install:
|
|||
${INSTALL} -c -m ${SBINMODE} -o ${CLIENTUID} -g ${CLIENTGID} ${WRKSRC}/dnetc ${BINDIR}
|
||||
|
||||
${SED} s#CHANGETHIS#${BINDIR}# < ${FILESDIR}/dnetc.sh > ${WRKSRC}/dnetc.sh.pathnames
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/dnetc.sh.pathnames ${LIBDIR}/dnetc.sh
|
||||
${INSTALL} -c -m ${SBINMODE} ${WRKSRC}/dnetc.sh.pathnames ${LIBDIR}/dnetc.sh
|
||||
|
||||
${INSTALL_DATA} ${FILESDIR}/INFO ${BINDIR}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue