From owner-freebsd-ports Wed Oct 17 7: 0:11 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 0234937B409 for ; Wed, 17 Oct 2001 07:00:01 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9HE00E10307; Wed, 17 Oct 2001 07:00:00 -0700 (PDT) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id BE4D637B40D for ; Wed, 17 Oct 2001 06:53:05 -0700 (PDT) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9HDr5f09452; Wed, 17 Oct 2001 06:53:05 -0700 (PDT) (envelope-from nobody) Message-Id: <200110171353.f9HDr5f09452@freefall.freebsd.org> Date: Wed, 17 Oct 2001 06:53:05 -0700 (PDT) From: TOGAWA Satoshi To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/31334: make index fails in comms/hylafax Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >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 .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 +.include >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message