diff options
Diffstat (limited to 'emulators/wine-devel/Makefile')
-rw-r--r-- | emulators/wine-devel/Makefile | 2 |
1 files changed, 1 insertions, 1 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> |