From owner-freebsd-ports Sat Jun 5 6:30: 6 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id C9C1714F70 for ; Sat, 5 Jun 1999 06:30:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA47520; Sat, 5 Jun 1999 06:30:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from mrelay.jrc.it (mrelay.jrc.it [139.191.1.65]) by hub.freebsd.org (Postfix) with ESMTP id 1613F14F70 for ; Sat, 5 Jun 1999 06:20:58 -0700 (PDT) (envelope-from nick.hibma@jrc.it) Received: from elpc36.jrc.it (elpc36.jrc.it [139.191.71.36]) by mrelay.jrc.it (LMC5692) with ESMTP id PAA20506 for ; Sat, 5 Jun 1999 15:20:55 +0200 (MET DST) Received: (from root@localhost) by elpc36.jrc.it (8.9.3/8.8.7) id PAA38500; Sat, 5 Jun 1999 15:19:33 +0200 (CEST) (envelope-from n_hibma) Message-Id: <199906051319.PAA38500@elpc36.jrc.it> Date: Sat, 5 Jun 1999 15:19:33 +0200 (CEST) From: Nick Hibma Reply-To: nick.hibma@jrc.it To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/12032: [PATCH] de-/usr/local-ise the port net/pmf Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 12032 >Category: ports >Synopsis: [PATCH] net/pmf/Makefile references /usr/local instead of PREFIX >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: Sat Jun 5 06:30:02 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Nick Hibma >Release: FreeBSD 4.0-CURRENT i386 >Organization: >Environment: current ports tree (as of yesterday afternoon) >Description: Makefile uses /usr/local instead of the indirection through ${PREFIX} >How-To-Repeat: >Fix: --- /usr/ports/net/pmf/Makefile.orig Sat Jun 5 15:14:17 1999 +++ /usr/ports/net/pmf/Makefile Sat Jun 5 15:15:20 1999 @@ -16,12 +16,12 @@ BROKEN_ELF= cc: c_packages/libc_packs.a: No such file or directory pre-install: - @${MKDIR} /usr/local/lib/pmf + @${MKDIR} ${PREFIX}/lib/pmf @find ${WRKSRC}/../system_dir -name '*.orig' -exec rm {} \; @-mv ${WRKSRC}/../doc/pmf.doc ${WRKSRC}/../system_dir @tar -C ${WRKSRC}/../system_dir -cf - . \ - | tar -C /usr/local/lib/pmf -xf - - @chown -R bin.bin /usr/local/lib/pmf - @chmod -R a-w /usr/local/lib/pmf + | tar -C ${PREFIX}/lib/pmf -xf - + @chown -R bin.bin ${PREFIX}/lib/pmf + @chmod -R a-w ${PREFIX}/lib/pmf .include >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message