Subject: CVS commit: pkgsrc/mk
To: None <pkgsrc-changes@NetBSD.org>
From: Julio M. Merino Vidal <jmmv@netbsd.org>
List: pkgsrc-changes
Date: 07/31/2003 10:36:04
Module Name: pkgsrc
Committed By: jmmv
Date: Thu Jul 31 10:36:03 UTC 2003
Modified Files:
pkgsrc/mk: bsd.pkg.install.mk
Log Message:
Let a package override the name of the automatically generated rc.d script
files inside the WRKDIR. This is done by setting RCD_SCRIPT_WRK.<name> to
the requested filename, like:
RCD_SCRIPT_WRK.foobar= ${WRKDIR}/foobar.sh
This fixes a problem (rc.d script not beeing generated) when there is a name
conflict in the WRKDIR (i.e., the file already exists or WRKSRC has the same
basename).
To generate a diff of this commit:
cvs rdiff -r1.42 -r1.43 pkgsrc/mk/bsd.pkg.install.mk
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.