Bug 47239 - devel/subversion, add documentation
Summary: devel/subversion, add 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: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-01-20 04:10 UTC by Craig Rodrigues
Modified: 2003-01-24 08:02 UTC (History)
0 users

See Also:


Attachments
file.diff (5.60 KB, patch)
2003-01-20 04:10 UTC, Craig Rodrigues
no flags Details | Diff
subversion.diff (5.58 KB, patch)
2003-01-20 14:21 UTC, Craig Rodrigues
no flags Details | Diff
subversion.diff (5.84 KB, patch)
2003-01-20 15:15 UTC, Craig Rodrigues
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Craig Rodrigues 2003-01-20 04:10:02 UTC
	Add documentation to devel/subversion port.
Comment 1 corecode@corecode.ath.cx 2003-01-20 09:49:23 UTC
Lately Craig Rodrigues told:

> Index: Makefile
[...]
> +post-install:
> +	cd ${WRKSRC}/doc/book; \
> +	${MAKE} INSTALL_DIR=${PREFIX}/share/${DISTNAME} install-book

conditionally install using ${NOPORTDOCS}?
use ${DOCSDIR}?

cheers
  simon

-- 
/"\   http://corecode.ath.cx/#donate
\ /
 \     ASCII Ribbon Campaign
/ \  Against HTML Mail and News
Comment 2 Craig Rodrigues 2003-01-20 14:21:21 UTC
On Mon, Jan 20, 2003 at 10:49:23AM +0100, Simon 'corecode' Schubert wrote:
> conditionally install using ${NOPORTDOCS}?
> use ${DOCSDIR}?

OK.

-- 
Craig Rodrigues        
http://home.attbi.com/~rodrigc
rodrigc@attbi.com
Comment 3 corecode@corecode.ath.cx 2003-01-20 14:32:00 UTC
Lately Craig Rodrigues told:

> +share/doc/subversion/book/images/ch02dia1.png
> +share/doc/subversion/book/images/ch02dia2.png
> +share/doc/subversion/book/images/ch02dia3.png
> +share/doc/subversion/book/images/ch02dia4.png
> +share/doc/subversion/book/images/ch02dia5.png
> +share/doc/subversion/book/images/ch02dia6.png
> +share/doc/subversion/book/images/ch02dia7.png
> +share/doc/subversion/book/images/ch04dia1.png
> +share/doc/subversion/book/images/ch04dia2.png
> +share/doc/subversion/book/images/ch04dia3.png
> +share/doc/subversion/book/images/ch04dia4.png
> +share/doc/subversion/book/images/ch05dia1.png
> +share/doc/subversion/book/images/ch05dia2.png
> +share/doc/subversion/book/images/ch07dia1.png
> +share/doc/subversion/book/images/ch07dia2.png
> +share/doc/subversion/book/images/ch07dia3.png
> +@dirrm share/doc/subversion/book/images
> +share/doc/subversion/book/book.html
> +share/doc/subversion/book/book.pdf
> +share/doc/subversion/book/book.ps
> +@dirrm share/doc/subversion/book

s/^/%%PORTDOCS%%/ :)

cheers
  simon

-- 
/"\   http://corecode.ath.cx/#donate
\ /
 \     ASCII Ribbon Campaign
/ \  Against HTML Mail and News
Comment 4 Craig Rodrigues 2003-01-20 15:15:35 UTC
On Mon, Jan 20, 2003 at 03:32:00PM +0100, Simon 'corecode' Schubert wrote:
> 
> s/^/%%PORTDOCS%%/ :)


-- 
Craig Rodrigues        
http://home.attbi.com/~rodrigc
rodrigc@attbi.com
Comment 5 corecode@corecode.ath.cx 2003-01-20 15:44:12 UTC
Lately Craig Rodrigues told:

[snip patch]

now that's pretty!

cheers
  simon

-- 
/"\   http://corecode.ath.cx/#donate
\ /
 \     ASCII Ribbon Campaign
/ \  Against HTML Mail and News
Comment 6 Jun Kuriyama freebsd_committer freebsd_triage 2003-01-24 08:02:38 UTC
State Changed
From-To: open->closed

Committed, thanks!