diff options
Diffstat (limited to 'converters')
-rw-r--r-- | converters/asr10/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/converters/asr10/Makefile b/converters/asr10/Makefile index 8f6fa6f30c9a..5b8e735d39f2 100644 --- a/converters/asr10/Makefile +++ b/converters/asr10/Makefile @@ -9,10 +9,9 @@ MASTER_SITES= http://members.tripod.com/kmi9000/files/ MAINTAINER= M.Indlekofer@gmx.de COMMENT= Access to Ensoniq EPS/EPS+/ASR devices and image files -NO_STAGE= yes do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin/ - ${INSTALL_PROGRAM} ${WRKSRC}/wav2asr ${PREFIX}/bin/ - ${INSTALL_DATA} ${WRKSRC}/${PORTNAME}.template ${PREFIX}/libdata/ + ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/ + ${INSTALL_PROGRAM} ${WRKSRC}/wav2asr ${STAGEDIR}${PREFIX}/bin/ + ${INSTALL_DATA} ${WRKSRC}/${PORTNAME}.template ${STAGEDIR}${PREFIX}/libdata/ .include <bsd.port.mk> |