aboutsummaryrefslogtreecommitdiff
path: root/multimedia/vapoursynth-l-smash-works
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2019-11-03 15:52:34 +0000
committerJan Beich <jbeich@FreeBSD.org>2019-11-03 15:52:34 +0000
commit5285847538c2fc4c0974d45682a523f3b72d2d2d (patch)
tree50bd0cadf19592b4e080995f1de0080c9093ccf4 /multimedia/vapoursynth-l-smash-works
parent0c8b725e35cbf990ed7ac53a0ea0d775e6ef3307 (diff)
downloadports-5285847538c2fc4c0974d45682a523f3b72d2d2d.tar.gz
ports-5285847538c2fc4c0974d45682a523f3b72d2d2d.zip
multimedia/vapoursynth-*: stop using %%FOO%% outside of pkg-plist
Notes
Notes: svn path=/head/; revision=516436
Diffstat (limited to 'multimedia/vapoursynth-l-smash-works')
-rw-r--r--multimedia/vapoursynth-l-smash-works/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/multimedia/vapoursynth-l-smash-works/Makefile b/multimedia/vapoursynth-l-smash-works/Makefile
index 69afbdb20c60..0e8171ea1b90 100644
--- a/multimedia/vapoursynth-l-smash-works/Makefile
+++ b/multimedia/vapoursynth-l-smash-works/Makefile
@@ -40,8 +40,8 @@ CPPFLAGS+= `pkg-config vapoursynth --cflags`
USE_LDCONFIG= yes
DATADIR= ${PREFIX}/lib/vapoursynth
DOCSDIR= ${PREFIX}/share/doc/${PKGBASE}
-PLIST_FILES= lib/libvslsmashsource.so.${PORTVERSION:E} \
- %%DATADIR%%/libvslsmashsource.so
+PLIST_FILES= lib/libvslsmashsource.so.${PORTVERSION:E}
+PORTDATA= libvslsmashsource.so
PORTDOCS= README
OPTIONS_DEFINE= DOCS
@@ -54,6 +54,8 @@ post-patch:
@${REINPLACE_CMD} 's/ -msse2 -g0//' ${WRKSRC}/${MAKEFILE}
post-install:
+ ${RLN} ${STAGEDIR}${PREFIX}/lib/libvslsmashsource.so.${PORTVERSION:E} \
+ ${STAGEDIR}${DATADIR}/libvslsmashsource.so
(cd ${WRKSRC} && ${COPYTREE_SHARE} \
"${PORTDOCS}" ${STAGEDIR}${DOCSDIR})