mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-30 10:38:37 +00:00
- Add documentation
mainatiner contacted: 2003-09-06, no response
This commit is contained in:
parent
3d16c39135
commit
9e06cd35a5
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=89871
@ -6,6 +6,7 @@
|
||||
|
||||
PORTNAME= dvd+rw-tools
|
||||
PORTVERSION= 5.12.4.7.4
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= sysutils
|
||||
MASTER_SITES= http://www.pkix.net/mirror/fy.chalmers.se/ \
|
||||
http://fy.chalmers.se/~appro/linux/DVD+RW/tools/
|
||||
@ -22,5 +23,9 @@ INSTALL_TARGET= BIN_MODE=00755 install
|
||||
|
||||
post-install:
|
||||
${INSTALL_MAN} ${WRKSRC}/growisofs.1 ${MANPREFIX}/man/man1/
|
||||
.if !defined(NOPORTDOCS)
|
||||
${MKDIR} ${DOCSDIR}
|
||||
${INSTALL_MAN} ${WRKSRC}/index.html ${DOCSDIR}/
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -2,3 +2,5 @@ bin/growisofs
|
||||
bin/dvd+rw-format
|
||||
bin/dvd+rw-booktype
|
||||
bin/dvd+rw-mediainfo
|
||||
%%PORTDOCS%%%%DOCSDIR%%/index.html
|
||||
%%PORTDOCS%%@dirrm %%DOCSDIR%%
|
||||
|
Loading…
Reference in New Issue
Block a user