Bug 160163 - databases/redis should install documentation files
Summary: databases/redis should install documentation files
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: Sergey A. Osokin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-08-25 05:00 UTC by Dean Matzkov
Modified: 2011-08-25 07:50 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 Dean Matzkov 2011-08-25 05:00:20 UTC
The source tarball for databases/redis has a nice, juicy doc/ directory filled with HTML documentation, but none of it gets installed:

$ pkg_info -L redis\*
/usr/local/bin/redis-benchmark
/usr/local/bin/redis-check-aof
/usr/local/bin/redis-check-dump
/usr/local/bin/redis-cli
/usr/local/bin/redis-server
/usr/local/etc/redis.conf.sample
/usr/local/etc/rc.d/redis


I think it'd be useful if it did, so that one could easily refer to Redis' documentation locally.

How-To-Repeat: # cd /usr/ports/databases/redis ; make install
$ pkg_info -L redis\*
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2011-08-25 05:00:30 UTC
Responsible Changed
From-To: freebsd-ports-bugs->osa

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2011-08-25 07:40:58 UTC
osa         2011-08-25 06:40:44 UTC

  FreeBSD ports repository

  Modified files:
    databases/redis      Makefile 
  Log:
  Add documentation.
  Bump PORTREVISION.
  
  PR:     ports/160163
  
  Revision  Changes    Path
  1.32      +7 -0      ports/databases/redis/Makefile
_______________________________________________
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 Sergey A. Osokin freebsd_committer freebsd_triage 2011-08-25 07:41:03 UTC
State Changed
From-To: open->closed

I added documentation installation, thanks for report!