Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 18 Aug 2004 08:21:37 +0400
From:      Roman Bogorodskiy <bogorodskiy@inbox.ru>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/70604: [ patch ] x11-wm/fluxconf: add PORTDOCS
Message-ID:  <E1BxHxA-000E5n-00.bogorodskiy-inbox-ru@mx2.mail.ru>
Resent-Message-ID: <200408180430.i7I4UQwZ043920@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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@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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?E1BxHxA-000E5n-00.bogorodskiy-inbox-ru>