diff options
author | Juergen Lock <nox@FreeBSD.org> | 2014-03-01 12:21:13 +0000 |
---|---|---|
committer | Juergen Lock <nox@FreeBSD.org> | 2014-03-01 12:21:13 +0000 |
commit | 47452dcb43fe706a104d820e5e33726758a0362a (patch) | |
tree | 5b514c92c45cfe80c1cae5cd74f5bbac9f011628 /multimedia/vdr-plugin-osdteletext/Makefile | |
parent | 7a2c2ce6e780ec6a01f1de55c980810b9175edce (diff) |
- Finally stagify the vdr ports. \o/
- Use new LIB_DEPENDS syntax.
- Change multimedia/vdr-plugins defaults and bump PORTREVISION for it.
(switch from xvdr to vnsiserver and disable plugins depending on ffmpeg0)
Notes
Notes:
svn path=/head/; revision=346615
Diffstat (limited to 'multimedia/vdr-plugin-osdteletext/Makefile')
-rw-r--r-- | multimedia/vdr-plugin-osdteletext/Makefile | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/multimedia/vdr-plugin-osdteletext/Makefile b/multimedia/vdr-plugin-osdteletext/Makefile index d75cd253357c..52fcf16d7650 100644 --- a/multimedia/vdr-plugin-osdteletext/Makefile +++ b/multimedia/vdr-plugin-osdteletext/Makefile @@ -17,16 +17,16 @@ HAVE_CONFIGURE= yes PORTDOCS= COPYING README HISTORY WRKSRC= ${WRKDIR}/${PLUGIN}-${DISTVERSION} -NO_STAGE= yes .include "${.CURDIR}/../vdr/Makefile.plugins" post-patch: post-patch-plugin +pre-install: + ${MKDIR} ${STAGEDIR}${PREFIX}/lib/vdr + post-install: post-install-pluginlocales -.if !defined(NOPORTDOCS) - ${MKDIR} ${DOCSDIR} - (cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${DOCSDIR}) -.endif - ${INSTALL} -o ${VDR_USER} -g ${VDR_GROUP} -d /var/cache/vdr/vtx + ${MKDIR} ${STAGEDIR}${DOCSDIR} + (cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR}) + ${MKDIR} ${STAGEDIR}/var/cache/vdr/vtx .include <bsd.port.mk> |