Subject: Re: anyone using drupal?
To: Ben Collver <collver@peak.org>
From: Geert Hendrickx <ghen@telenet.be>
List: netbsd-users
Date: 01/05/2006 00:08:04
On Wed, Jan 04, 2006 at 02:42:26PM -0800, Ben Collver wrote:
> Is there a way to automatically apply local patches to extracted
> distfiles without modifying the pkgsrc Makefiles?

Yes, LOCALPATCHES.  See pkgsrc/mk/bsd.pkg.patches.mk for documentation.  

e.g. if drupal were in /usr/pkgsrc/net/drupal, you could put your own
patches in /usr/local/patches/net/drupal/patch-file-here and set
LOCALPATCHES=/usr/local/patches.  

	Geert