Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 19 Jan 2001 18:10:03 -0500 (EST)
From:      root@minime.privatelabs.com
To:        FreeBSD-gnats-submit@freebsd.org
Cc:        lioux@freebsd.org, will@freebsd.org
Subject:   ports/24468: fix package building and registration for mail/arrow
Message-ID:  <200101192310.f0JNA3H13780@minime.privatelabs.com>

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

>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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200101192310.f0JNA3H13780>