ports/78000: maintainer update: multimedia/dvd-slideshow
Phil Oleson
oz at nixil.net
Thu Feb 24 02:00:35 UTC 2005
>Number: 78000
>Category: ports
>Synopsis: maintainer update: multimedia/dvd-slideshow
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: maintainer-update
>Submitter-Id: current-users
>Arrival-Date: Thu Feb 24 02:00:34 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator: Phil Oleson
>Release: FreeBSD 4.7-RELEASE-p27 i386
>Organization:
N/A
>Environment:
System: FreeBSD nixil.net 4.7-RELEASE-p27 FreeBSD 4.7-RELEASE-p27 #33: Mon Jun 14 16:36:44 MDT 2004 root at nixil.net:/usr/src/sys/compile/nixil i386
>Description:
Add the PORTDOC files to package via some voodoo I borrowed from security/wpa_supplicant :P
>How-To-Repeat:
N/A
>Fix:
--- dvd-slideshow-patch begins here ---
diff -ruN dvd-slideshow.orig/Makefile dvd-slideshow/Makefile
--- dvd-slideshow.orig/Makefile Wed Feb 23 18:04:57 2005
+++ dvd-slideshow/Makefile Wed Feb 23 18:52:48 2005
@@ -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 @@
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 @@
.endfor
.ifndef(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
-.for FILE in ${PORTDOCS}
+.for FILE in ${DOC_FILES}
@${INSTALL_DATA} ${WRKSRC}/doc/${FILE} ${DOCSDIR}
.endfor
.endif
--- dvd-slideshow-patch ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list