Subject: CVS commit: pkgsrc/mk/install
To: None <pkgsrc-changes@NetBSD.org>
From: Roland Illig <rillig@netbsd.org>
List: pkgsrc-changes
Date: 02/20/2007 11:17:03
Module Name: pkgsrc
Committed By: rillig
Date: Tue Feb 20 11:17:03 UTC 2007
Modified Files:
pkgsrc/mk/install: replace.mk
Log Message:
Cleaned up the code:
- Targets that are not intended to be defined here (replace-pkg and
undo-replace-pkg) are not defined here. (Sounds obvious, but apparently
isn't.)
- Targets that are intended to be defined here and only here (replace
and undo-replace) do not need a multiple-definition protection.
- Moved all comments to the top of the file.
To generate a diff of this commit:
cvs rdiff -r1.7 -r1.8 pkgsrc/mk/install/replace.mk
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.