diff options
author | salo <salo@pkgsrc.org> | 2002-12-22 09:12:11 +0000 |
---|---|---|
committer | salo <salo@pkgsrc.org> | 2002-12-22 09:12:11 +0000 |
commit | 7bf03737bd24b3410547f71c9b2e5246219dad6c (patch) | |
tree | 068d1441714d1da0c0df9eb32d484d713c5c9dae /pkgtools | |
parent | e87d652ff9960a8aaf3fe435e4392fb40b433c52 (diff) | |
download | pkgsrc-7bf03737bd24b3410547f71c9b2e5246219dad6c.tar.gz |
Revert previous change.
It turned out to be "pkg_install installed over zoularis and wrong PATH" local
problem. Sorry for the fuzz.
Diffstat (limited to 'pkgtools')
-rw-r--r-- | pkgtools/pkg_install/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/pkgtools/pkg_install/Makefile b/pkgtools/pkg_install/Makefile index 56904b64f40..c9b64c87c5a 100644 --- a/pkgtools/pkg_install/Makefile +++ b/pkgtools/pkg_install/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.62 2002/12/22 08:58:05 salo Exp $ +# $NetBSD: Makefile,v 1.63 2002/12/22 09:12:11 salo Exp $ # Notes to package maintainers: # @@ -50,8 +50,5 @@ 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" |