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-remote | |
parent | 7a2c2ce6e780ec6a01f1de55c980810b9175edce (diff) |
Notes
Diffstat (limited to 'multimedia/vdr-plugin-remote')
-rw-r--r-- | multimedia/vdr-plugin-remote/Makefile | 10 | ||||
-rw-r--r-- | multimedia/vdr-plugin-remote/files/patch-Makefile | 2 |
2 files changed, 6 insertions, 6 deletions
diff --git a/multimedia/vdr-plugin-remote/Makefile b/multimedia/vdr-plugin-remote/Makefile index 89fee968ef0e..336faa536659 100644 --- a/multimedia/vdr-plugin-remote/Makefile +++ b/multimedia/vdr-plugin-remote/Makefile @@ -17,15 +17,15 @@ 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 + ${MKDIR} ${STAGEDIR}${DOCSDIR} + (cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR}) .include <bsd.port.mk> diff --git a/multimedia/vdr-plugin-remote/files/patch-Makefile b/multimedia/vdr-plugin-remote/files/patch-Makefile index 59b7603187c4..45e0d87e4b88 100644 --- a/multimedia/vdr-plugin-remote/files/patch-Makefile +++ b/multimedia/vdr-plugin-remote/files/patch-Makefile @@ -45,4 +45,4 @@ @-rm -f *.o $(DEPFILE) *.so *.tgz core* *~ + +install: -+ ${INSTALL_PROGRAM} $(LIBDIR)/libvdr-$(PLUGIN).so.$(APIVERSION) $(PREFIX)/lib/vdr/libvdr-$(PLUGIN).so.$(APIVERSION) ++ ${INSTALL_PROGRAM} $(LIBDIR)/libvdr-$(PLUGIN).so.$(APIVERSION) ${DESTDIR}$(PREFIX)/lib/vdr/libvdr-$(PLUGIN).so.$(APIVERSION) |