Bug 128470 - sysutils/synergy does not install documentation
Summary: sysutils/synergy does not install documentation
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Kevin Lo
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-10-30 00:00 UTC by Greg Lehey
Modified: 2008-10-31 03:00 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Greg Lehey 2008-10-30 00:00:06 UTC
	The sysutils/synergy port does not install the documentation.

Fix: 

Workaround:
 	  cd  /usr/ports/sysutils/synergy/work/synergy-1.3.1/doc
	  tar cf - .| (cd /usr/local/share/doc/synergy/ && tar xvf -)

        Fix:
	  Modify port to install documentation.
How-To-Repeat: 
	Install sysutils/synergy.  Look in
	/usr/local/share/doc/synergy.  See various files, but not the
	HTML documentation supplied in subdirecty doc.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2008-10-30 10:17:07 UTC
Responsible Changed
From-To: freebsd-ports-bugs->kevlo

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2008-10-31 02:54:51 UTC
kevlo       2008-10-31 02:54:38 UTC

  FreeBSD ports repository

  Modified files:
    sysutils/synergy     Makefile pkg-plist 
  Log:
  Install documentation.
  Suggested by:   grog
  
  PR:     ports/128470
  
  Revision  Changes    Path
  1.20      +3 -1      ports/sysutils/synergy/Makefile
  1.5       +25 -0     ports/sysutils/synergy/pkg-plist
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 3 Kevin Lo freebsd_committer freebsd_triage 2008-10-31 02:54:58 UTC
State Changed
From-To: open->closed

Committed, thanks.