summaryrefslogtreecommitdiff
path: root/audio/linuxsampler/Makefile
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2013-12-28 21:12:14 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2013-12-28 21:12:14 +0000
commitb417a67f77191578c8178913908264b06921c56f (patch)
treeebaa07094f7bd15ba01dcfaddbcab26c45a02802 /audio/linuxsampler/Makefile
parentEnable stage support (diff)
Stage support
Notes
Notes: svn path=/head/; revision=337916
Diffstat (limited to 'audio/linuxsampler/Makefile')
-rw-r--r--audio/linuxsampler/Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/audio/linuxsampler/Makefile b/audio/linuxsampler/Makefile
index 728e85ac1e46..21049ae4861c 100644
--- a/audio/linuxsampler/Makefile
+++ b/audio/linuxsampler/Makefile
@@ -23,15 +23,12 @@ DSSI_DESC= Enable DSSI support
LV2CORE_DESC= Enable LV2 support
USE_BZIP2= yes
-NO_STAGE= yes
USES= gmake pathfix pkgconfig
USE_SQLITE= 3
USE_AUTOTOOLS= libtool
CONFIGURE_ENV= HAVE_UNIX98=1
USE_LDCONFIG= yes
-MAN1= linuxsampler.1
-
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
@@ -75,6 +72,6 @@ post-patch:
s|"lv2core"|"_lv2core_"|' ${WRKSRC}/configure
post-install:
- @${TOUCH} ${PREFIX}/lib/linuxsampler/plugins/.keep_me
+ @${TOUCH} ${STAGEDIR}${PREFIX}/lib/linuxsampler/plugins/.keep_me
.include <bsd.port.mk>