summaryrefslogtreecommitdiff
path: root/emulators
diff options
context:
space:
mode:
authorGerald Pfeifer <gerald@FreeBSD.org>2003-05-20 16:53:20 +0000
committerGerald Pfeifer <gerald@FreeBSD.org>2003-05-20 16:53:20 +0000
commit96a0b44e6b8de4b3f64af7ca5078ae7c52ea4aeb (patch)
tree99e2c851ae47b6b9cd74faee290002e540b5cb7c /emulators
parentadd more sites (diff)
Fix installation of ${PREFIX}/etc/rc.d/000.wine.sh, fixing a problem
introduced by the previous revision. Submitted by: petef
Notes
Notes: svn path=/head/; revision=81553
Diffstat (limited to 'emulators')
-rw-r--r--emulators/wine-devel/Makefile2
-rw-r--r--emulators/wine/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/emulators/wine-devel/Makefile b/emulators/wine-devel/Makefile
index fa41aedb7ab3..aede8db9dd7b 100644
--- a/emulators/wine-devel/Makefile
+++ b/emulators/wine-devel/Makefile
@@ -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>
diff --git a/emulators/wine/Makefile b/emulators/wine/Makefile
index fa41aedb7ab3..aede8db9dd7b 100644
--- a/emulators/wine/Makefile
+++ b/emulators/wine/Makefile
@@ -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>