1
0
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:
Dirk Meyer 2003-09-30 05:53:23 +00:00
parent 3d16c39135
commit 9e06cd35a5
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=89871
2 changed files with 7 additions and 0 deletions

View File

@ -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>

View File

@ -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%%