From owner-freebsd-ports-bugs@FreeBSD.ORG Fri May 30 09:00:10 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7ACD51065683 for ; Fri, 30 May 2008 09:00:10 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 4AD648FC1C for ; Fri, 30 May 2008 09:00:10 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m4U90AK2029487 for ; Fri, 30 May 2008 09:00:10 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m4U90ArI029486; Fri, 30 May 2008 09:00:10 GMT (envelope-from gnats) Resent-Date: Fri, 30 May 2008 09:00:10 GMT Resent-Message-Id: <200805300900.m4U90ArI029486@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, David Yeske Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8D4801065671 for ; Fri, 30 May 2008 08:51:44 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21]) by mx1.freebsd.org (Postfix) with ESMTP id 708B78FC2C for ; Fri, 30 May 2008 08:51:44 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.14.2/8.14.2) with ESMTP id m4U8o2XP053879 for ; Fri, 30 May 2008 08:50:02 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.2/8.14.1/Submit) id m4U8o2QM053878; Fri, 30 May 2008 08:50:02 GMT (envelope-from nobody) Message-Id: <200805300850.m4U8o2QM053878@www.freebsd.org> Date: Fri, 30 May 2008 08:50:02 GMT From: David Yeske To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/124126: devel/tclxml update docs X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 May 2008 09:00:10 -0000 >Number: 124126 >Category: ports >Synopsis: devel/tclxml update docs >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: Fri May 30 09:00:09 UTC 2008 >Closed-Date: >Last-Modified: >Originator: David Yeske >Release: HEAD >Organization: >Environment: FreeBSD speed 8.0-CURRENT FreeBSD 8.0-CURRENT #0: Wed May 28 05:06:31 EDT 2008 dyeske@speed:/usr/obj/usr/src/sys/SPEED amd64 >Description: update port so it respects NOPORTDOCS >How-To-Repeat: >Fix: see attachment Patch attached with submission follows: Index: Makefile =================================================================== RCS file: /home/ncvs/ports/devel/tclxml/Makefile,v retrieving revision 1.10 diff -u -r1.10 Makefile --- Makefile 5 May 2008 14:54:25 -0000 1.10 +++ Makefile 30 May 2008 08:36:06 -0000 @@ -16,6 +16,9 @@ RUN_DEPENDS?= dtplite:${PORTSDIR}/devel/tcllib +PORTDOCS= README.html html.xsl nroff.xsl tclxml.html tclxml.xml \ + README.xml man.macros tcldoc-1.0.dtd tclxml.n txt.xsl + USE_TCL= 82+ GNU_CONFIGURE= yes USE_LDCONFIG?= ${PREFIX}/lib/Tclxml${PORTVERSION} @@ -25,4 +28,13 @@ PATCHDIR= ${PKGDIR}${PKGNAMESUFFIX}/files/ PLIST_SUB= VER=${PORTVERSION} -.include +.include + +pre-install: + +.if !defined(NOPORTDOCS) + @${INSTALL} -d ${DOCSDIR} + @cd ${WRKSRC}/doc && ${INSTALL_DATA} ${PORTDOCS} ${DOCSDIR} +.endif + +.include >Release-Note: >Audit-Trail: >Unformatted: