summaryrefslogtreecommitdiff
path: root/pkgtools/pkg_install
diff options
context:
space:
mode:
authorsalo <salo>2002-12-22 08:58:05 +0000
committersalo <salo>2002-12-22 08:58:05 +0000
commit7f3f43494f7492a2cc0fbb2a49f09a859e67c717 (patch)
tree8c95e2aa539f4df41330bce6aa7269504862e46b /pkgtools/pkg_install
parentb2e39df8b67cf29156b43a363c2f418e072df747 (diff)
downloadpkgsrc-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/pkg_install')
-rw-r--r--pkgtools/pkg_install/Makefile5
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"