diff options
author | antoine <antoine@FreeBSD.org> | 2013-12-29 05:12:14 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2013-12-29 05:12:14 +0800 |
commit | c4464bbee01c79034ff2e9858aac9380be64c3d9 (patch) | |
tree | ebaa07094f7bd15ba01dcfaddbcab26c45a02802 /audio | |
parent | 1a7a79ee2106c5dd7f548b1f1c2e427112aca694 (diff) | |
download | freebsd-ports-gnome-c4464bbee01c79034ff2e9858aac9380be64c3d9.tar.gz freebsd-ports-gnome-c4464bbee01c79034ff2e9858aac9380be64c3d9.tar.zst freebsd-ports-gnome-c4464bbee01c79034ff2e9858aac9380be64c3d9.zip |
Stage support
Diffstat (limited to 'audio')
-rw-r--r-- | audio/linuxsampler/Makefile | 5 | ||||
-rw-r--r-- | audio/linuxsampler/pkg-plist | 1 |
2 files changed, 2 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> diff --git a/audio/linuxsampler/pkg-plist b/audio/linuxsampler/pkg-plist index 25b1507760f4..e27b2a535872 100644 --- a/audio/linuxsampler/pkg-plist +++ b/audio/linuxsampler/pkg-plist @@ -40,6 +40,7 @@ lib/linuxsampler/plugins/.keep_me %%LV2CORE%%lib/lv2/linuxsampler.lv2/linuxsampler.ttl %%LV2CORE%%lib/lv2/linuxsampler.lv2/manifest.ttl libdata/pkgconfig/linuxsampler.pc +man/man1/linuxsampler.1.gz %%LV2CORE%%@dirrm lib/lv2/linuxsampler.lv2 @dirrm lib/linuxsampler/plugins @dirrm lib/linuxsampler |