1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

shell scripts shouldn't use INSTALL_PROGRAM. fixed.

This commit is contained in:
Daniel Baker 2000-01-07 18:54:45 +00:00
parent ad3c5bba3a
commit 52ce6af327
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=24513

View File

@ -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}