Index: head/audio/optimfrog/Makefile =================================================================== --- head/audio/optimfrog/Makefile +++ head/audio/optimfrog/Makefile @@ -28,7 +28,7 @@ OPTIONS_DEFINE_i386= SSE2 OPTIONS_DEFINE?= # -SSE2_DESCR= Use SSE2 instructions instead of x87 FP +SSE2_DESCR= Use SSE2 instructions instead of x87 FPU .include @@ -43,6 +43,6 @@ .endif do-install: - @(cd ${WRKSRC} && ./install.sh -d ${STAGEDIR}) + @(cd ${WRKSRC} && ./install.sh -d "${STAGEDIR}" -p "${PREFIX}") .include