summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--multimedia/dvdauthor/Makefile6
-rw-r--r--multimedia/dvdauthor/distinfo2
-rw-r--r--multimedia/dvdauthor/pkg-plist7
3 files changed, 12 insertions, 3 deletions
diff --git a/multimedia/dvdauthor/Makefile b/multimedia/dvdauthor/Makefile
index 911d180..6db34c4 100644
--- a/multimedia/dvdauthor/Makefile
+++ b/multimedia/dvdauthor/Makefile
@@ -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>
diff --git a/multimedia/dvdauthor/distinfo b/multimedia/dvdauthor/distinfo
index 61b80c8..118595c 100644
--- a/multimedia/dvdauthor/distinfo
+++ b/multimedia/dvdauthor/distinfo
@@ -1 +1 @@
-MD5 (dvdauthor-0.6.2.tar.gz) = afaf2f9a1df57965995dd69cf0fc2fa4
+MD5 (dvdauthor-0.6.3.tar.gz) = 8abf373831dbc0b1d13f60656867149f
diff --git a/multimedia/dvdauthor/pkg-plist b/multimedia/dvdauthor/pkg-plist
index 8d670b4..9927cc8 100644
--- a/multimedia/dvdauthor/pkg-plist
+++ b/multimedia/dvdauthor/pkg-plist
@@ -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
OpenPOWER on IntegriCloud