Fix installation of ${PREFIX}/etc/rc.d/000.wine.sh, fixing a problem
introduced by the previous revision. Submitted by: petef
This commit is contained in:
parent
083207372d
commit
96a0b44e6b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=81553
2 changed files with 2 additions and 2 deletions
|
@ -94,6 +94,6 @@ do-install:
|
|||
@${SED} s+%%PREFIX%%+${PREFIX}+g <${PKGMESSAGE}
|
||||
|
||||
post-install:
|
||||
@$INSTALL_SCRIPT} ${WRKSRC}/wine.sh > ${PREFIX}/etc/rc.d/000.wine.sh
|
||||
@${INSTALL_SCRIPT} ${WRKSRC}/wine.sh ${PREFIX}/etc/rc.d/000.wine.sh
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
|
@ -94,6 +94,6 @@ do-install:
|
|||
@${SED} s+%%PREFIX%%+${PREFIX}+g <${PKGMESSAGE}
|
||||
|
||||
post-install:
|
||||
@$INSTALL_SCRIPT} ${WRKSRC}/wine.sh > ${PREFIX}/etc/rc.d/000.wine.sh
|
||||
@${INSTALL_SCRIPT} ${WRKSRC}/wine.sh ${PREFIX}/etc/rc.d/000.wine.sh
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
Loading…
Reference in a new issue