summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortv <tv>1999-02-11 17:56:08 +0000
committertv <tv>1999-02-11 17:56:08 +0000
commit091f1e9fa8f69b314cb4181918b8a535e836cc63 (patch)
tree3d88f98c9e6826b1a1261f6cde8f5a2bd442b4ee
parent0e613541258a30b1c8d67f7ba3b45419bef3223c (diff)
downloadpkgsrc-091f1e9fa8f69b314cb4181918b8a535e836cc63.tar.gz
Back out the info dir changes/install-to-LOCALBASE; /usr/share/info was
not in pkgsrc's info path, which confused me to no end.
-rw-r--r--mk/bsd.pkg.mk16
1 files changed, 4 insertions, 12 deletions
diff --git a/mk/bsd.pkg.mk b/mk/bsd.pkg.mk
index 7ff5eded136..b87815db2cb 100644
--- a/mk/bsd.pkg.mk
+++ b/mk/bsd.pkg.mk
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.pkg.mk,v 1.212 1999/02/11 15:40:13 tv Exp $
+# $NetBSD: bsd.pkg.mk,v 1.213 1999/02/11 17:56:08 tv Exp $
#
# This file is in the public domain.
#
@@ -1144,18 +1144,10 @@ _PORT_USE: .USE
${SCRIPTDIR}/${.TARGET:S/^real-/post-/}; \
fi
.if make(real-install)
-.if exists(/usr/bin/install-info)
- @if [ -f ${LOCALBASE}/info/dir ]; then \
- rm -f ${LOCALBASE}/info/dir; \
- fi
- @if [ ! -e ${LOCALBASE}/info/dir ]; then \
- ln -s /usr/share/info/dir ${LOCALBASE}/info/dir; \
- fi
-.endif
@for f in ${INFO_FILES}; do \
- ${ECHO} "install-info --info-dir=${LOCALBASE}/info ${PREFIX}/info/$$f"; \
- install-info --remove --info-dir=${LOCALBASE}/info ${PREFIX}/info/$$f; \
- install-info --info-dir=${LOCALBASE}/info ${PREFIX}/info/$$f; \
+ ${ECHO} "install-info --info-dir=${PREFIX}/info ${PREFIX}/info/$$f"; \
+ install-info --remove --info-dir=${PREFIX}/info ${PREFIX}/info/$$f; \
+ install-info --info-dir=${PREFIX}/info ${PREFIX}/info/$$f; \
done
@(newmanpages=`/usr/bin/egrep -h \
'^([^/]*/)*man/([^/]*/)?(man[1-9ln]/.*\.[1-9ln]|cat[1-9ln]/.*\.0)(\.gz)?$$' \