Use ${SH} to invoke shell scripts since the execute bits aren't set
for these files in CVS. Submitted by: maintainer
This commit is contained in:
parent
7da8cc3fc6
commit
8f6e43bb08
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=24163
1 changed files with 4 additions and 4 deletions
|
@ -123,10 +123,10 @@ post-install:
|
|||
${PREFIX}/bin/qpr ${PREFIX}/bin/qrls \
|
||||
${PREFIX}/bin/qstat ${PREFIX}/bin/qsub \
|
||||
${PREFIX}/bin/qsuspend; \
|
||||
${SYSINST} ${CONFIGFILE} ${FILESDIR}/${STARTUP} ${RCDIR}/${STARTUP}; \
|
||||
${SYSLOGFIX}; \
|
||||
${PLISTFIX} ${CONFIGFILE} ${WRKDIR}; \
|
||||
${ECHO} "You may want run ${CREATEQ} to actually make some queues"; \
|
||||
${SH} ${SYSINST} ${CONFIGFILE} ${FILESDIR}/${STARTUP} ${RCDIR}/${STARTUP}; \
|
||||
${SH} ${SYSLOGFIX}; \
|
||||
${SH} ${PLISTFIX} ${CONFIGFILE} ${WRKDIR}; \
|
||||
${ECHO} "You may want run ${SH} ${CREATEQ} to actually make some queues"; \
|
||||
${ECHO} ""
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
Loading…
Reference in a new issue