Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 17 Oct 2001 06:53:05 -0700 (PDT)
From:      TOGAWA Satoshi <toga@puyo.org>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/31334: make index fails in comms/hylafax
Message-ID:  <200110171353.f9HDr5f09452@freefall.freebsd.org>

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

>Number:         31334
>Category:       ports
>Synopsis:       make index fails in comms/hylafax
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed Oct 17 07:00:00 PDT 2001
>Closed-Date:
>Last-Modified:
>Originator:     TOGAWA Satoshi
>Release:        4.4-STABLE
>Organization:
>Environment:
FreeBSD cel.sd.puyo.org 4.4-STABLE FreeBSD 4.4-STABLE #36: Sat Oct 13 00:46:57 JST 2001     togawa@cel.sd.puyo.org:/usr/obj/usr/src/sys/CEL  i386

>Description:
comms/hylafax/Makefile has a mistake. So we fail "make index" in there.

>How-To-Repeat:

>Fix:
diff -urN hylafax/Makefile hylafax.new/Makefile
--- hylafax/Makefile	Wed Oct 17 22:49:29 2001
+++ hylafax.new/Makefile	Wed Oct 17 22:49:21 2001
@@ -58,6 +58,7 @@
 post-extract:
 	${RM} -rf ${WRKSRC}/zlib ${WRKSRC}/regex
 
+.include <bsd.port.pre.mk>
 .if ${LOCALBASE} != "/usr/local"
 post-patch:
 	${PERL} -pi -e 's^/usr/local^${LOCALBASE}^g' \
@@ -75,4 +76,4 @@
 	fi
 	@${SED} 's^/usr/local^${PREFIX}^g' < ${PKGMESSAGE}
 
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>

>Release-Note:
>Audit-Trail:
>Unformatted:

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?200110171353.f9HDr5f09452>