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:
Gerald Pfeifer 2003-05-20 16:53:20 +00:00
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

View file

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

View file

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