aboutsummaryrefslogtreecommitdiff
path: root/multimedia/dvd-slideshow
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2005-02-26 00:28:30 +0000
committerPav Lucistnik <pav@FreeBSD.org>2005-02-26 00:28:30 +0000
commit3ce1d6d4421b2be96352b64c7973305badc6f036 (patch)
treebcadd363e172c927aedd2f71c5eb62bfca5775de /multimedia/dvd-slideshow
parentaa82a8dc5ac14d074f547ba1e27a15a537ce73b3 (diff)
downloadports-3ce1d6d4421b2be96352b64c7973305badc6f036.tar.gz
ports-3ce1d6d4421b2be96352b64c7973305badc6f036.zip
- Install documentation
PR: ports/78000 Submitted by: Phil Oleson <oz@nixil.net> (maintainer)
Notes
Notes: svn path=/head/; revision=129814
Diffstat (limited to 'multimedia/dvd-slideshow')
-rw-r--r--multimedia/dvd-slideshow/Makefile11
1 files changed, 8 insertions, 3 deletions
diff --git a/multimedia/dvd-slideshow/Makefile b/multimedia/dvd-slideshow/Makefile
index b3e3ee95b24c..06f8cf6b18c8 100644
--- a/multimedia/dvd-slideshow/Makefile
+++ b/multimedia/dvd-slideshow/Makefile
@@ -7,6 +7,7 @@
PORTNAME= dvd-slideshow
PORTVERSION= 0.6.0
+PORTREVISION= 1
CATEGORIES= multimedia
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_EXTENDED}
MASTER_SITE_SUBDIR= ${PORTNAME}
@@ -39,11 +40,15 @@ MAN1= dvd-slideshow.1 \
gallery2slideshow.1 \
jigl2slideshow.1
-PORTDOCS= README.html examples.html changelog.html \
+.if !defined(NOPORTDOCS)
+DOC_FILES= README.html examples.html changelog.html \
gallery2slideshow.html dir2slideshow.html \
jigl2slideshow.html dvd-encode.html \
test_with_background.html dvd-menu.html \
- test_with_background.txt dvd-slideshow.html \
+ test_with_background.txt dvd-slideshow.html
+PLIST_FILES+= ${DOC_FILES:S,^,%%DOCSDIR%%/,}
+PLIST_DIRS+= %%DOCSDIR%%
+.endif
.include <bsd.port.pre.mk>
@@ -81,7 +86,7 @@ do-install:
.endfor
.ifndef(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
-.for FILE in ${PORTDOCS}
+.for FILE in ${DOC_FILES}
@${INSTALL_DATA} ${WRKSRC}/doc/${FILE} ${DOCSDIR}
.endfor
.endif