diff options
author | jlam <jlam@pkgsrc.org> | 2006-07-21 14:21:28 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2006-07-21 14:21:28 +0000 |
commit | 4011c5cff2e356e5371e70f8c4ead23e2afaefd3 (patch) | |
tree | 30b4564d30dbe8759a4bcad799f3da559c994074 /mk/bsd.pkg.mk | |
parent | 3d2f631bb537d47b98fe91d5f95faec0ecd0b8ee (diff) | |
download | pkgsrc-4011c5cff2e356e5371e70f8c4ead23e2afaefd3.tar.gz |
Rearrange sequence so that "wrapper" occurs between "tools" and
"extract". This allows all user-definable targets (pre-*, do-*,
post-*) to have access to the wrapper scripts.
Diffstat (limited to 'mk/bsd.pkg.mk')
-rw-r--r-- | mk/bsd.pkg.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/bsd.pkg.mk b/mk/bsd.pkg.mk index 034d2f8b598..44e82053be0 100644 --- a/mk/bsd.pkg.mk +++ b/mk/bsd.pkg.mk @@ -1,4 +1,4 @@ -# $NetBSD: bsd.pkg.mk,v 1.1873 2006/07/20 17:16:43 rillig Exp $ +# $NetBSD: bsd.pkg.mk,v 1.1874 2006/07/21 14:21:28 jlam Exp $ # # This file is in the public domain. # @@ -12,9 +12,9 @@ # checksum # depends # tools +# wrapper # extract # patch -# wrapper # configure # build # |