diff options
author | Kevin Lo <kevlo@FreeBSD.org> | 2008-10-31 02:54:38 +0000 |
---|---|---|
committer | Kevin Lo <kevlo@FreeBSD.org> | 2008-10-31 02:54:38 +0000 |
commit | 4e1f803e372e3ec6ec6cd0cbc5160ecc710c746b (patch) | |
tree | b366f6bb8ad44b34a7e8d7bddde97d829fc4a212 /sysutils | |
parent | a1e3b7ee2ae8c8c7811b1859251f6bd31567e18d (diff) | |
download | ports-4e1f803e372e3ec6ec6cd0cbc5160ecc710c746b.tar.gz ports-4e1f803e372e3ec6ec6cd0cbc5160ecc710c746b.zip |
Notes
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/synergy/Makefile | 4 | ||||
-rw-r--r-- | sysutils/synergy/pkg-plist | 25 |
2 files changed, 28 insertions, 1 deletions
diff --git a/sysutils/synergy/Makefile b/sysutils/synergy/Makefile index 977c27b95eee..b75e8f681b51 100644 --- a/sysutils/synergy/Makefile +++ b/sysutils/synergy/Makefile @@ -7,7 +7,7 @@ PORTNAME= synergy PORTVERSION= 1.3.1 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= sysutils MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME}2 @@ -31,6 +31,8 @@ post-install: .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 diff --git a/sysutils/synergy/pkg-plist b/sysutils/synergy/pkg-plist index 39fa9a9ac43b..81c7bfedb5c3 100644 --- a/sysutils/synergy/pkg-plist +++ b/sysutils/synergy/pkg-plist @@ -8,4 +8,29 @@ bin/synergys %%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%% |