diff options
author | Gerald Pfeifer <gerald@FreeBSD.org> | 2003-05-20 16:53:20 +0000 |
---|---|---|
committer | Gerald Pfeifer <gerald@FreeBSD.org> | 2003-05-20 16:53:20 +0000 |
commit | 96a0b44e6b8de4b3f64af7ca5078ae7c52ea4aeb (patch) | |
tree | 99e2c851ae47b6b9cd74faee290002e540b5cb7c | |
parent | add 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
-rw-r--r-- | emulators/wine-devel/Makefile | 2 | ||||
-rw-r--r-- | emulators/wine/Makefile | 2 |
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> |