aboutsummaryrefslogtreecommitdiff
path: root/devel/librevisa/Makefile
diff options
context:
space:
mode:
authorFernando ApesteguĂ­a <fernape@FreeBSD.org>2019-04-03 16:44:31 +0000
committerFernando ApesteguĂ­a <fernape@FreeBSD.org>2019-04-03 16:44:31 +0000
commitce261b04bab9eb8bcc36d5719d8f8879070e7cf6 (patch)
tree4ec5c6a6e0f879501e1226ddcdc0c9f784b619ed /devel/librevisa/Makefile
parent016a6d41b7665a2bbd7979a7267d415999fbe577 (diff)
downloadports-ce261b04bab9eb8bcc36d5719d8f8879070e7cf6.tar.gz
ports-ce261b04bab9eb8bcc36d5719d8f8879070e7cf6.zip
devel/librevisa: fix non-default PREFIX
Stripping was done always in LOCALBASE PR: 236750 Submitted by: jcfyecrayz@liamekaens.com
Notes
Notes: svn path=/head/; revision=497736
Diffstat (limited to 'devel/librevisa/Makefile')
-rw-r--r--devel/librevisa/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/librevisa/Makefile b/devel/librevisa/Makefile
index 51992b84a5ae..f28b5f07c028 100644
--- a/devel/librevisa/Makefile
+++ b/devel/librevisa/Makefile
@@ -16,6 +16,6 @@ USE_LDCONFIG= yes
GNU_CONFIGURE= yes
post-install:
- ${STRIP_CMD} ${STAGEDIR}${LOCALBASE}/lib/libvisa.so
+ ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libvisa.so
.include <bsd.port.mk>