diff options
Diffstat (limited to 'emulators/vMac/Makefile')
-rw-r--r-- | emulators/vMac/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emulators/vMac/Makefile b/emulators/vMac/Makefile index 4a2dc3451eda..aac25792d8db 100644 --- a/emulators/vMac/Makefile +++ b/emulators/vMac/Makefile @@ -27,7 +27,7 @@ pre-patch: post-install: ${INSTALL_PROGRAM} ${WRKSRC}/vMac \ ${PREFIX}/bin - @strip ${PREFIX}/bin/vMac + @${STRIP_CMD} ${PREFIX}/bin/vMac @ ${MKDIR} ${PREFIX}/share/doc/vMac ${INSTALL_DATA} ${WRKSRC}/CREDITS \ ${PREFIX}/share/doc/vMac |