diff options
author | salo <salo> | 2002-12-22 08:58:05 +0000 |
---|---|---|
committer | salo <salo> | 2002-12-22 08:58:05 +0000 |
commit | 7f3f43494f7492a2cc0fbb2a49f09a859e67c717 (patch) | |
tree | 8c95e2aa539f4df41330bce6aa7269504862e46b /pkgtools | |
parent | b2e39df8b67cf29156b43a363c2f418e072df747 (diff) | |
download | pkgsrc-7f3f43494f7492a2cc0fbb2a49f09a859e67c717.tar.gz |
Update ZOULARIS_VERSION on non-NetBSD systems after installation.
This stops current loop:
- PKGTOOLS_REQD bump
- update pkg_install
- ZOULARIS_VERSION is too small, newer pkg_install required
- update pkg_install
- ZOULARIS_VERSION is too small, newer pkg_install required
...
Diffstat (limited to 'pkgtools')
-rw-r--r-- | pkgtools/pkg_install/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/pkgtools/pkg_install/Makefile b/pkgtools/pkg_install/Makefile index b6dc604eda3..56904b64f40 100644 --- a/pkgtools/pkg_install/Makefile +++ b/pkgtools/pkg_install/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.61 2002/12/21 05:05:28 schmonz Exp $ +# $NetBSD: Makefile,v 1.62 2002/12/22 08:58:05 salo Exp $ # Notes to package maintainers: # @@ -50,5 +50,8 @@ post-install: fi; \ ${PKG_ADMIN} rebuild ; \ fi +.if defined(ZOULARISBASE) + ${ECHO} "ZOULARIS_VERSION=${VERSION}" > ${ZOULARISBASE}/share/mk/zoularis.mk +.endif .include "../../mk/bsd.pkg.mk" |