ports/70604: [ patch ] x11-wm/fluxconf: add PORTDOCS

Roman Bogorodskiy bogorodskiy at inbox.ru
Wed Aug 18 04:30:26 UTC 2004


>Number:         70604
>Category:       ports
>Synopsis:       [ patch ] x11-wm/fluxconf: add PORTDOCS
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Aug 18 04:30:25 GMT 2004
>Closed-Date:
>Last-Modified:
>Originator:     Roman Bogorodskiy
>Release:        FreeBSD 5.2.1-RELEASE-p9 i386
>Organization:
>Environment:
System: FreeBSD lame.novel.ru 5.2.1-RELEASE-p9 FreeBSD 5.2.1-RELEASE-p9 #15: Sun Aug 15 13:20:27 MSD 2004 root at lame.novel.ru:/usr/obj/usr/src/sys/NOV i386

>Description:
	Add PORTDOCS.
>How-To-Repeat:
>Fix:

diff -ruN fluxconf.orig/Makefile fluxconf/Makefile
--- fluxconf.orig/Makefile	Wed Aug 18 07:56:19 2004
+++ fluxconf/Makefile	Wed Aug 18 08:13:54 2004
@@ -17,4 +17,14 @@
 USE_GNOME=	gtk20
 GNU_CONFIGURE=	yes
 
+PORTDOCS=	fluxconf.png fluxkeys.png fluxmenu.png index.html
+
+post-install:
+.ifndef (NOPORTDOCS)
+	@${MKDIR} ${DOCSDIR}
+.for i in ${PORTDOCS}
+	@${INSTALL_DATA} ${WRKSRC}/docs/${i} ${DOCSDIR}
+.endfor
+.endif
+
 .include <bsd.port.mk>
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list