From 5ce8e8e5c77a92c16e627672eab6ebca50ad6f85 Mon Sep 17 00:00:00 2001 From: Michael Haro Date: Sat, 5 Jun 1999 22:32:11 +0000 Subject: Remove the test to create ${PREFIX}/share/info/dir as it is now in bsd.port.mk and this helps to unify the check and install. --- textproc/coco/Makefile | 5 +---- textproc/coco/pkg-plist | 1 - textproc/textutils/Makefile | 5 +---- textproc/textutils/pkg-plist | 1 - textproc/wdiff/Makefile | 5 +---- textproc/wdiff/pkg-plist | 1 - 6 files changed, 3 insertions(+), 15 deletions(-) (limited to 'textproc') diff --git a/textproc/coco/Makefile b/textproc/coco/Makefile index b91778c10bdf..424233d190fd 100644 --- a/textproc/coco/Makefile +++ b/textproc/coco/Makefile @@ -3,7 +3,7 @@ # Date created: 7 July 1997 # Whom: Satoshi Taoka # -# $Id: Makefile,v 1.39 1999/03/29 07:50:59 asami Exp $ +# $Id: Makefile,v 1.40 1999/05/01 04:00:14 taoka Exp $ # DISTNAME= mule-2.3 @@ -126,9 +126,6 @@ post-install: .for file in b2m coco ctags emacsclient etags m2ps strip ${PREFIX}/bin/${file} .endfor - if [ ! -f ${PREFIX}/info/dir ]; then \ - ${SED} -ne '1,/Menu:/p' /usr/share/info/dir > ${PREFIX}/info/dir; \ - fi if [ ! -f ${PREFIX}/share/mule/19.34/info/dir ]; then \ ${MKDIR} ${PREFIX}/share/mule/19.34/info; \ ${SED} -ne '1,/Menu:/p' /usr/share/info/dir > ${PREFIX}/share/mule/19.34/info/dir; \ diff --git a/textproc/coco/pkg-plist b/textproc/coco/pkg-plist index 5d9c87dc6ada..af0d3bd81ad5 100644 --- a/textproc/coco/pkg-plist +++ b/textproc/coco/pkg-plist @@ -133,7 +133,6 @@ info/mule-jp-2 info/mule-jp-3 info/quail info/terminology -@exec [ -f %D/info/dir ] || sed -ne '1,/Menu:/p' /usr/share/info/dir > %D/info/dir @exec install-info %D/info/emacs %D/info/dir @exec install-info %D/info/vip %D/info/dir @exec install-info %D/info/forms %D/info/dir diff --git a/textproc/textutils/Makefile b/textproc/textutils/Makefile index eca073fcfe75..39f8d4987493 100644 --- a/textproc/textutils/Makefile +++ b/textproc/textutils/Makefile @@ -3,7 +3,7 @@ # Date created: 14 May 1998 # Whom: Adrian Wontroba # -# $Id: Makefile,v 1.3 1999/01/28 09:47:07 asami Exp $ +# $Id: Makefile,v 1.4 1999/02/13 07:25:42 asami Exp $ # DISTNAME= textutils-1.22 @@ -25,9 +25,6 @@ MAN1= gcat.1 gcksum.1 gcomm.1 gcsplit.1 gcut.1 gexpand.1\ gtail.1 gtr.1 gunexpand.1 guniq.1 gwc.1 post-install: - @if [ ! -f ${PREFIX}/info/dir ]; then \ - ${SED} -ne '1,/Menu:/p' /usr/share/info/dir > ${PREFIX}/info/dir; \ - fi @install-info ${PREFIX}/info/textutils.info ${PREFIX}/info/dir .include diff --git a/textproc/textutils/pkg-plist b/textproc/textutils/pkg-plist index 3705d3463ea7..e47136a9c0b2 100644 --- a/textproc/textutils/pkg-plist +++ b/textproc/textutils/pkg-plist @@ -24,7 +24,6 @@ bin/guniq bin/gwc @unexec install-info --delete %D/info/textutils.info %D/info/dir info/textutils.info -@exec [ -f %D/info/dir ] || sed -ne '1,/Menu:/p' /usr/share/info/dir > %D/info/dir @exec install-info %D/info/textutils.info %D/info/dir share/locale/de/LC_MESSAGES/textutils.mo share/locale/es/LC_MESSAGES/textutils.mo diff --git a/textproc/wdiff/Makefile b/textproc/wdiff/Makefile index a618fa8dab4b..2f68ba7965b4 100644 --- a/textproc/wdiff/Makefile +++ b/textproc/wdiff/Makefile @@ -3,7 +3,7 @@ # Date created: Sep 15, 1997 # Whom: Yoshiro MIHIRA # -# $Id: Makefile,v 1.1.1.1 1997/10/01 07:05:08 max Exp $ +# $Id: Makefile,v 1.2 1999/01/27 07:41:28 fenner Exp $ # DISTNAME= wdiff-0.5 @@ -18,9 +18,6 @@ GNU_CONFIGURE= yes MAN1= wdiff.1 post-install: - @if [ ! -f ${PREFIX}/info/dir ]; then \ - ${SED} -ne '1,/Menu:/p' /usr/share/info/dir > ${PREFIX}/info/dir; \ - fi @install-info ${PREFIX}/info/wdiff.info ${PREFIX}/info/dir .include diff --git a/textproc/wdiff/pkg-plist b/textproc/wdiff/pkg-plist index 4455a607e5a3..6e4b18a13ca3 100644 --- a/textproc/wdiff/pkg-plist +++ b/textproc/wdiff/pkg-plist @@ -1,6 +1,5 @@ bin/wdiff @unexec install-info --delete %D/info/wdiff.info %D/info/dir info/wdiff.info -@exec [ -f %D/info/dir ] || sed -ne '1,/Menu:/p' /usr/share/info/dir > %D/info/dir @exec install-info %D/info/wdiff.info %D/info/dir info/dir -- cgit v1.2.3