diff options
author | minskim <minskim@pkgsrc.org> | 2006-08-23 09:13:24 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2006-08-23 09:13:24 +0000 |
commit | 55dfcceb6b617c22641f4b9b62d35b1c2aac7bca (patch) | |
tree | d769aa9f91bc432153b2a9887e0746db0acbe4ca /net | |
parent | 5888255a8bb1a1fad9e1e4432904557e7328a83c (diff) | |
download | pkgsrc-55dfcceb6b617c22641f4b9b62d35b1c2aac7bca.tar.gz |
- Add a missing entry to PLIST.
- Install documentation into share/doc, not share/doc/html.
Bump PKGREVISION due to PLIST changes.
Diffstat (limited to 'net')
-rw-r--r-- | net/synergy/Makefile | 17 | ||||
-rw-r--r-- | net/synergy/PLIST | 56 |
2 files changed, 38 insertions, 35 deletions
diff --git a/net/synergy/Makefile b/net/synergy/Makefile index 93bf4bfbf2a..1aa47ab8d1b 100644 --- a/net/synergy/Makefile +++ b/net/synergy/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.6 2006/08/17 14:02:23 taca Exp $ +# $NetBSD: Makefile,v 1.7 2006/08/23 09:13:24 minskim Exp $ # DISTNAME= synergy-1.3.1 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=synergy2/} @@ -14,19 +14,20 @@ GNU_CONFIGURE= yes USE_LANGUAGES= c c++ CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR:Q} -DOCDIR= ${PREFIX}/share/doc/html/${PKGBASE} -EXAMPLSEDIR= ${PREFIX}/share/examples/${PKGBASE} +DOCDIR= ${PREFIX}/share/doc/${PKGBASE} +EXAMPLESDIR= ${PREFIX}/share/examples/${PKGBASE} DOCS= *.html *.css images/*.gif +.include "../../mk/x11.buildlink3.mk" +.include "../../mk/pthread.buildlink3.mk" + post-install: ${INSTALL_DATA_DIR} ${DOCDIR}/images cd ${WRKSRC}/doc; \ for f in ${DOCS}; do \ ${INSTALL_DATA} $$f ${DOCDIR}/$$f; \ done - ${INSTALL_DATA_DIR} ${EXAMPLSEDIR} - ${INSTALL_DATA} ${WRKSRC}/examples/synergy.conf ${EXAMPLSEDIR} + ${INSTALL_DATA_DIR} ${EXAMPLESDIR} + ${INSTALL_DATA} ${WRKSRC}/examples/synergy.conf ${EXAMPLESDIR} -.include "../../mk/pthread.buildlink3.mk" -.include "../../mk/x11.buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/net/synergy/PLIST b/net/synergy/PLIST index 623c4952fdd..0966db1e01a 100644 --- a/net/synergy/PLIST +++ b/net/synergy/PLIST @@ -1,29 +1,31 @@ -@comment $NetBSD: PLIST,v 1.2 2006/08/17 14:02:23 taca Exp $ +@comment $NetBSD: PLIST,v 1.3 2006/08/23 09:13:24 minskim Exp $ bin/synergyc bin/synergys -share/doc/html/${PKGBASE}/about.html -share/doc/html/${PKGBASE}/authors.html -share/doc/html/${PKGBASE}/autostart.html -share/doc/html/${PKGBASE}/banner.html -share/doc/html/${PKGBASE}/border.html -share/doc/html/${PKGBASE}/compiling.html -share/doc/html/${PKGBASE}/configuration.html -share/doc/html/${PKGBASE}/contact.html -share/doc/html/${PKGBASE}/developer.html -share/doc/html/${PKGBASE}/faq.html -share/doc/html/${PKGBASE}/history.html -share/doc/html/${PKGBASE}/home.html -share/doc/html/${PKGBASE}/images/logo.gif -share/doc/html/${PKGBASE}/images/warp.gif -share/doc/html/${PKGBASE}/index.html -share/doc/html/${PKGBASE}/license.html -share/doc/html/${PKGBASE}/news.html -share/doc/html/${PKGBASE}/roadmap.html -share/doc/html/${PKGBASE}/running.html -share/doc/html/${PKGBASE}/security.html -share/doc/html/${PKGBASE}/synergy.css -share/doc/html/${PKGBASE}/tips.html -share/doc/html/${PKGBASE}/toc.html -share/doc/html/${PKGBASE}/trouble.html -@dirrm share/doc/html/${PKGBASE}/images -@dirrm share/doc/html/${PKGBASE} +share/doc/${PKGBASE}/about.html +share/doc/${PKGBASE}/authors.html +share/doc/${PKGBASE}/autostart.html +share/doc/${PKGBASE}/banner.html +share/doc/${PKGBASE}/border.html +share/doc/${PKGBASE}/compiling.html +share/doc/${PKGBASE}/configuration.html +share/doc/${PKGBASE}/contact.html +share/doc/${PKGBASE}/developer.html +share/doc/${PKGBASE}/faq.html +share/doc/${PKGBASE}/history.html +share/doc/${PKGBASE}/home.html +share/doc/${PKGBASE}/images/logo.gif +share/doc/${PKGBASE}/images/warp.gif +share/doc/${PKGBASE}/index.html +share/doc/${PKGBASE}/license.html +share/doc/${PKGBASE}/news.html +share/doc/${PKGBASE}/roadmap.html +share/doc/${PKGBASE}/running.html +share/doc/${PKGBASE}/security.html +share/doc/${PKGBASE}/synergy.css +share/doc/${PKGBASE}/tips.html +share/doc/${PKGBASE}/toc.html +share/doc/${PKGBASE}/trouble.html +share/examples/${PKGBASE}/synergy.conf +@dirrm share/examples/${PKGBASE} +@dirrm share/doc/${PKGBASE}/images +@dirrm share/doc/${PKGBASE} |