aboutsummaryrefslogtreecommitdiff
path: root/audio/optimfrog/Makefile
diff options
context:
space:
mode:
authorMatthew Rezny <rezny@FreeBSD.org>2017-02-25 14:50:28 +0000
committerMatthew Rezny <rezny@FreeBSD.org>2017-02-25 14:50:28 +0000
commit46060e3ac370f784d4f52e28e02daf231dfeac80 (patch)
tree7696b10c1d725001a28a0a8a7d17ae00c664c52d /audio/optimfrog/Makefile
parentaa5286eed0420b3ab3d34f9699991cc0861e39f3 (diff)
downloadports-46060e3ac370f784d4f52e28e02daf231dfeac80.tar.gz
ports-46060e3ac370f784d4f52e28e02daf231dfeac80.zip
Pass PREFIX to the install script in case it's not /usr/local
PR: 216834 Submitted by: mi Approved by: swills (mentor) Differential Revision: https://reviews.freebsd.org/D9800
Notes
Notes: svn path=/head/; revision=434816
Diffstat (limited to 'audio/optimfrog/Makefile')
-rw-r--r--audio/optimfrog/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/optimfrog/Makefile b/audio/optimfrog/Makefile
index ce2256a6048b..d2a19c20aa77 100644
--- a/audio/optimfrog/Makefile
+++ b/audio/optimfrog/Makefile
@@ -28,7 +28,7 @@ USE_LDCONFIG= yes
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 <bsd.port.pre.mk>
@@ -43,6 +43,6 @@ DISTNAME= OptimFROG_FreeBSD_x86_${DISTVERSION:S/.//}
.endif
do-install:
- @(cd ${WRKSRC} && ./install.sh -d ${STAGEDIR})
+ @(cd ${WRKSRC} && ./install.sh -d "${STAGEDIR}" -p "${PREFIX}")
.include <bsd.port.post.mk>