From owner-freebsd-ports Fri Jan 19 15:20:19 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D556337B401 for ; Fri, 19 Jan 2001 15:20:00 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0JNK0f89613; Fri, 19 Jan 2001 15:20:00 -0800 (PST) (envelope-from gnats) Received: from minime.privatelabs.com (unknown [63.114.185.241]) by hub.freebsd.org (Postfix) with ESMTP id 2D0B337B400; Fri, 19 Jan 2001 15:10:04 -0800 (PST) Received: (from root@localhost) by minime.privatelabs.com (8.11.1/8.11.1) id f0JNA3H13780; Fri, 19 Jan 2001 18:10:03 -0500 (EST) (envelope-from mi) Message-Id: <200101192310.f0JNA3H13780@minime.privatelabs.com> Date: Fri, 19 Jan 2001 18:10:03 -0500 (EST) From: root@minime.privatelabs.com Reply-To: mi@aldan.algebra.com To: FreeBSD-gnats-submit@freebsd.org Cc: lioux@freebsd.org, will@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/24468: fix package building and registration for mail/arrow Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 24468 >Category: ports >Synopsis: fix package building and registration for mail/arrow >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Jan 19 15:20:00 PST 2001 >Closed-Date: >Last-Modified: >Originator: Charlie & >Release: FreeBSD 4.2-STABLE i386 >Organization: Virtual Estates, Inc. >Environment: >Description: Right now the package building and registration fails, because of missing PLIST_SUB substitution. >How-To-Repeat: >Fix: --- Makefile Fri Jan 19 17:39:45 2001 +++ Makefile Fri Jan 19 18:04:50 2001 @@ -92,3 +92,12 @@ do-install: -.if !defined(NOPORTDOCS) +# Install all programs +.for i in ${PROGRAMFILES} + @${INSTALL_PROGRAM} ${WRKSRC}/programs/${i} ${PREFIX}/bin +.endfor + +.if defined(NOPORTDOCS) +PLIST_SUB+= PORTDOCS:=@comment +.else +PLIST_SUB+= PORTDOCS:='' +post-install: # Install all documentation @@ -98,7 +107,3 @@ .endfor -.endif # !defined(NOPORTDOCS) -# Install all programs -.for i in ${PROGRAMFILES} - @${INSTALL_PROGRAM} ${WRKSRC}/programs/${i} ${PREFIX}/bin -.endfor +.endif >Release-Note: >Audit-Trail: >Unformatted: Charlie & To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message