Index: head/sysutils/synergy/Makefile =================================================================== --- head/sysutils/synergy/Makefile (revision 222244) +++ head/sysutils/synergy/Makefile (revision 222245) @@ -1,38 +1,40 @@ # New ports collection makefile for: synergy # Date created: 26 March 2003 # Whom: Kevin Lo # # $FreeBSD$ # PORTNAME= synergy PORTVERSION= 1.3.1 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= sysutils MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME}2 MAINTAINER= kevlo@FreeBSD.org COMMENT= Mouse and keyboard sharing utility GNU_CONFIGURE= yes USE_XORG= ice xtst x11 sm CONFIGURE_ENV= PTHREAD_CFLAGS="${PTHREAD_CFLAGS}" \ PTHREAD_LIBS="${PTHREAD_LIBS}" DOCS= AUTHORS COPYING ChangeLog INSTALL NEWS README post-patch: @${REINPLACE_CMD} -e 's|-Werror||' ${WRKSRC}/configure post-install: .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} .for file in ${DOCS} @${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR} .endfor + @cd ${WRKSRC}/doc && ${TAR} cf - *.html *.css images | \ + ${TAR} -C ${DOCSDIR} -xpf - .endif ${MKDIR} ${PREFIX}/share/examples/synergy ${INSTALL_DATA} ${WRKSRC}/examples/synergy.conf ${PREFIX}/share/examples/synergy .include Property changes on: head/sysutils/synergy/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.19 \ No newline at end of property +1.20 \ No newline at end of property Index: head/sysutils/synergy/pkg-plist =================================================================== --- head/sysutils/synergy/pkg-plist (revision 222244) +++ head/sysutils/synergy/pkg-plist (revision 222245) @@ -1,11 +1,36 @@ bin/synergyc bin/synergys %%EXAMPLESDIR%%/synergy.conf @dirrm %%EXAMPLESDIR%% %%PORTDOCS%%%%DOCSDIR%%/AUTHORS %%PORTDOCS%%%%DOCSDIR%%/COPYING %%PORTDOCS%%%%DOCSDIR%%/ChangeLog %%PORTDOCS%%%%DOCSDIR%%/INSTALL %%PORTDOCS%%%%DOCSDIR%%/NEWS %%PORTDOCS%%%%DOCSDIR%%/README +%%PORTDOCS%%%%DOCSDIR%%/about.html +%%PORTDOCS%%%%DOCSDIR%%/authors.html +%%PORTDOCS%%%%DOCSDIR%%/autostart.html +%%PORTDOCS%%%%DOCSDIR%%/banner.html +%%PORTDOCS%%%%DOCSDIR%%/border.html +%%PORTDOCS%%%%DOCSDIR%%/compiling.html +%%PORTDOCS%%%%DOCSDIR%%/configuration.html +%%PORTDOCS%%%%DOCSDIR%%/contact.html +%%PORTDOCS%%%%DOCSDIR%%/developer.html +%%PORTDOCS%%%%DOCSDIR%%/faq.html +%%PORTDOCS%%%%DOCSDIR%%/history.html +%%PORTDOCS%%%%DOCSDIR%%/home.html +%%PORTDOCS%%%%DOCSDIR%%/images/logo.gif +%%PORTDOCS%%%%DOCSDIR%%/images/warp.gif +%%PORTDOCS%%%%DOCSDIR%%/index.html +%%PORTDOCS%%%%DOCSDIR%%/license.html +%%PORTDOCS%%%%DOCSDIR%%/news.html +%%PORTDOCS%%%%DOCSDIR%%/roadmap.html +%%PORTDOCS%%%%DOCSDIR%%/running.html +%%PORTDOCS%%%%DOCSDIR%%/security.html +%%PORTDOCS%%%%DOCSDIR%%/synergy.css +%%PORTDOCS%%%%DOCSDIR%%/tips.html +%%PORTDOCS%%%%DOCSDIR%%/toc.html +%%PORTDOCS%%%%DOCSDIR%%/trouble.html +%%PORTDOCS%%@dirrm %%DOCSDIR%%/images %%PORTDOCS%%@dirrm %%DOCSDIR%% Property changes on: head/sysutils/synergy/pkg-plist ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.4 \ No newline at end of property +1.5 \ No newline at end of property