summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsalo <salo>2002-12-22 09:12:11 +0000
committersalo <salo>2002-12-22 09:12:11 +0000
commit545827602c2530d2472dce6bb8b2ec277362f128 (patch)
tree068d1441714d1da0c0df9eb32d484d713c5c9dae
parent967c123ab028c32d1e7033bb4d14aa59da0dd855 (diff)
downloadpkgsrc-545827602c2530d2472dce6bb8b2ec277362f128.tar.gz
Revert previous change.
It turned out to be "pkg_install installed over zoularis and wrong PATH" local problem. Sorry for the fuzz.
-rw-r--r--pkgtools/pkg_install/Makefile5
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"