aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authorSatoshi Taoka <taoka@FreeBSD.org>2000-07-19 14:22:30 +0000
committerSatoshi Taoka <taoka@FreeBSD.org>2000-07-19 14:22:30 +0000
commit5d7d820639e76fc89d4586e09c19fcf1fdc21b14 (patch)
treefd4f26f5b2019f632f511b7feeb7bd7841e1d876 /devel
parent68053544941a5ad3b8c7403540f98544d0e9f2a3 (diff)
(1) /usr/share/info/dir was renamed to dir-tmpl.
(2) Now it is not necessary to exist a file "info/dir" when install-info is executed. By (1) and (2), I removed the next line: [ -f %D/info/dir ] || sed -ne 1,/Menu:/p /usr/share/info/dir > %D/info/dir from PLIST or Makefile CV: ----------------------------------------------------------------------
Diffstat (limited to 'devel')
-rw-r--r--devel/gindent/pkg-plist1
-rw-r--r--devel/libgtop/Makefile3
-rw-r--r--devel/libgtop2/Makefile3
3 files changed, 0 insertions, 7 deletions
diff --git a/devel/gindent/pkg-plist b/devel/gindent/pkg-plist
index b9c7ea059bc6..9a606daff678 100644
--- a/devel/gindent/pkg-plist
+++ b/devel/gindent/pkg-plist
@@ -1,5 +1,4 @@
bin/gindent
@unexec install-info --delete %D/info/indent.info %D/info/dir
info/indent.info
-@exec [ -f %D/info/dir ] || sed -ne '1,/Menu:/p' /usr/share/info/dir > %D/info/dir
@exec install-info %D/info/indent.info %D/info/dir
diff --git a/devel/libgtop/Makefile b/devel/libgtop/Makefile
index 036a794dbfb2..c7a65e1a2f1d 100644
--- a/devel/libgtop/Makefile
+++ b/devel/libgtop/Makefile
@@ -28,9 +28,6 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LIBS="-L${LOCALBASE}/lib"
post-install:
- if [ ! -f ${PREFIX}/info/dir ]; then \
- ${SED} -ne '1,/Menu:/p' /usr/share/info/dir > ${PREFIX}/info/dir; \
- fi
install-info --section="Programming \& development tools" \
--entry="* libgtop: (libgtop). libgtop programming manual" \
${PREFIX}/info/libgtop.info ${PREFIX}/info/dir
diff --git a/devel/libgtop2/Makefile b/devel/libgtop2/Makefile
index 036a794dbfb2..c7a65e1a2f1d 100644
--- a/devel/libgtop2/Makefile
+++ b/devel/libgtop2/Makefile
@@ -28,9 +28,6 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LIBS="-L${LOCALBASE}/lib"
post-install:
- if [ ! -f ${PREFIX}/info/dir ]; then \
- ${SED} -ne '1,/Menu:/p' /usr/share/info/dir > ${PREFIX}/info/dir; \
- fi
install-info --section="Programming \& development tools" \
--entry="* libgtop: (libgtop). libgtop programming manual" \
${PREFIX}/info/libgtop.info ${PREFIX}/info/dir