diff options
Diffstat (limited to 'textproc/textutils/Makefile')
-rw-r--r-- | textproc/textutils/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
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 <aw1@stade.co.uk> # -# $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 <bsd.port.mk> |