diff options
author | jlam <jlam@pkgsrc.org> | 2006-06-06 04:48:19 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2006-06-06 04:48:19 +0000 |
commit | 627dc60046ba2edbfcdc34b2cb837e9267888498 (patch) | |
tree | d254119ba3260d7cb6e773ab9cda08b02d15f9b5 /mk/patch/bsd.patch.mk | |
parent | 4a1c92e7752db2d1b1adaa88fe0fbcef29e0972d (diff) | |
download | pkgsrc-627dc60046ba2edbfcdc34b2cb837e9267888498.tar.gz |
Refactor "patch" code into correspondingly named subdirectory of
pkgsrc/mk. Also get rid of the recursive make for the "patch" target.
This basically merges the "patch" phase into the "tools" phase.
There should eventually be a standalone script that can be used to
verify checksums listed in distinfo that should be used instead of
the roll-your-own code in the do-pkgsrc-patch target.
Diffstat (limited to 'mk/patch/bsd.patch.mk')
-rw-r--r-- | mk/patch/bsd.patch.mk | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/mk/patch/bsd.patch.mk b/mk/patch/bsd.patch.mk new file mode 100644 index 00000000000..ee47e320363 --- /dev/null +++ b/mk/patch/bsd.patch.mk @@ -0,0 +1,15 @@ +# $NetBSD: bsd.patch.mk,v 1.1 2006/06/06 04:48:19 jlam Exp $ +# +# This Makefile fragment is included by bsd.pkg.mk and defines the +# relevant variables and targets for the "patch" phase. +# +# The following are the "public" targets provided by this module: +# +# patch +# +# The following targets may be overridden in a package Makefile: +# +# pre-patch, do-patch, post-patch +# + +.include "${PKGSRCDIR}/mk/patch/patch.mk" |