diff options
author | salo <salo@pkgsrc.org> | 2006-02-10 23:41:20 +0000 |
---|---|---|
committer | salo <salo@pkgsrc.org> | 2006-02-10 23:41:20 +0000 |
commit | 21686515f86b1a19390ec07b634673b2a4d9b2c2 (patch) | |
tree | e452f467ddad25a12ec8609c0137ca5bd6c67b61 /pkgtools/pkg_comp/Makefile | |
parent | 9b0c71935c9c8a6d896478e66be3cdb1f2fd85d9 (diff) | |
download | pkgsrc-21686515f86b1a19390ec07b634673b2a4d9b2c2.tar.gz |
Welcome to 1.26:
- add MAKEROOT_HOOKS, a whitespace separated list of functions
or external scripts to be executed after the sandbox is created,
- be more verbose about hooks execution,
- run hooks only when they are defined.
ok <jmmv>
Diffstat (limited to 'pkgtools/pkg_comp/Makefile')
-rw-r--r-- | pkgtools/pkg_comp/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgtools/pkg_comp/Makefile b/pkgtools/pkg_comp/Makefile index 38e78daba5f..d4079febd06 100644 --- a/pkgtools/pkg_comp/Makefile +++ b/pkgtools/pkg_comp/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.33 2006/01/06 23:08:51 seb Exp $ +# $NetBSD: Makefile,v 1.34 2006/02/10 23:41:20 salo Exp $ -DISTNAME= pkg_comp-1.25 +DISTNAME= pkg_comp-1.26 CATEGORIES= pkgtools MASTER_SITES= # empty DISTFILES= # empty |