summaryrefslogtreecommitdiff
path: root/pkgtools
diff options
context:
space:
mode:
authorsalo <salo>2002-12-22 09:12:11 +0000
committersalo <salo>2002-12-22 09:12:11 +0000
commita7699c7a6e005a958fffca1808f4168fc8cc9138 (patch)
tree068d1441714d1da0c0df9eb32d484d713c5c9dae /pkgtools
parent7f3f43494f7492a2cc0fbb2a49f09a859e67c717 (diff)
downloadpkgsrc-a7699c7a6e005a958fffca1808f4168fc8cc9138.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/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"