From owner-freebsd-ports Wed Mar 6 02:09:30 1996 Return-Path: owner-ports Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id CAA06125 for ports-outgoing; Wed, 6 Mar 1996 02:09:30 -0800 (PST) Received: from silvia.HIP.Berkeley.EDU (silvia.HIP.Berkeley.EDU [136.152.64.181]) by freefall.freebsd.org (8.7.3/8.7.3) with ESMTP id CAA06120 for ; Wed, 6 Mar 1996 02:09:26 -0800 (PST) Received: (from asami@localhost) by silvia.HIP.Berkeley.EDU (8.7.4/8.6.9) id CAA16930; Wed, 6 Mar 1996 02:07:57 -0800 (PST) Date: Wed, 6 Mar 1996 02:07:57 -0800 (PST) Message-Id: <199603061007.CAA16930@silvia.HIP.Berkeley.EDU> To: adam@veda.is CC: ports@freebsd.org Subject: PATCH_PRFX in bsd.port.mk From: asami@cs.berkeley.edu (Satoshi Asami) Sender: owner-ports@freebsd.org Precedence: bulk (Please ignore previous mail -- wrong address.) I was looking into bsd.port.mk with the intention of adding subdirectory support to /usr/ports/distfiles and ran into your commit (revision 1.155) that introduces a new variable PATCH_PRFX. As far as I can tell, I couldn't really understand what this commit, which was done without consulting anyone (again, as far as I could tell), and I still can't understand it today. And according to the new and trusty xargs and grep, only net/dgd uses this variable, which further intrigues the wondering mind why it had to be done in the main .mk file. Can you please explain me what it intends to do? Thanks Satoshi