Update to version 0.6.3.

This commit is contained in:
Pierre Beyssac 2003-11-01 18:24:31 +00:00
parent 4310e788d3
commit 1096bd3d08
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=92789
3 changed files with 12 additions and 3 deletions

View File

@ -6,7 +6,7 @@
#
PORTNAME= dvdauthor
PORTVERSION= 0.6.2
PORTVERSION= 0.6.3
CATEGORIES= multimedia
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
@ -23,6 +23,7 @@ USE_GETOPT_LONG=yes
USE_GMAKE= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= LDFLAGS="-L${LOCALBASE}/lib"
MAN1= dvdauthor.1 spumux.1
post-install:
.if !defined(NOPORTDOCS)
@ -31,6 +32,9 @@ post-install:
${INSTALL_DATA} ${FILESDIR}/README.FreeBSD ${PREFIX}/share/doc/dvdauthor
${INSTALL_DATA} ${WRKSRC}/iso639.txt ${PREFIX}/share/doc/dvdauthor
${INSTALL_DATA} ${WRKSRC}/menu.txt ${PREFIX}/share/doc/dvdauthor
for i in dvdauthor ex-title examples index manpages spumux; do \
${INSTALL_DATA} ${WRKSRC}/doc/$$i.html ${PREFIX}/share/doc/dvdauthor; \
done
.endif
.include <bsd.port.mk>

View File

@ -1 +1 @@
MD5 (dvdauthor-0.6.2.tar.gz) = afaf2f9a1df57965995dd69cf0fc2fa4
MD5 (dvdauthor-0.6.3.tar.gz) = 8abf373831dbc0b1d13f60656867149f

View File

@ -2,9 +2,14 @@ bin/dvdauthor
bin/dvddirgen
bin/mpeg2desc
bin/spumux
man/man1/spumux.1
%%PORTDOCS%%share/doc/dvdauthor/README
%%PORTDOCS%%share/doc/dvdauthor/README.FreeBSD
%%PORTDOCS%%share/doc/dvdauthor/dvdauthor.html
%%PORTDOCS%%share/doc/dvdauthor/ex-title.html
%%PORTDOCS%%share/doc/dvdauthor/examples.html
%%PORTDOCS%%share/doc/dvdauthor/index.html
%%PORTDOCS%%share/doc/dvdauthor/iso639.txt
%%PORTDOCS%%share/doc/dvdauthor/manpages.html
%%PORTDOCS%%share/doc/dvdauthor/menu.txt
%%PORTDOCS%%share/doc/dvdauthor/spumux.html
%%PORTDOCS%%@dirrm share/doc/dvdauthor