diff options
author | Michael Haro <mharo@FreeBSD.org> | 1999-06-05 22:32:11 +0000 |
---|---|---|
committer | Michael Haro <mharo@FreeBSD.org> | 1999-06-05 22:32:11 +0000 |
commit | 5ce8e8e5c77a92c16e627672eab6ebca50ad6f85 (patch) | |
tree | d22580c3f5bea1154b95655a82046161cfa9fd35 /textproc/textutils | |
parent | defb095decee8e3dde8b4102faa6e782be7704c2 (diff) | |
download | ports-5ce8e8e5c77a92c16e627672eab6ebca50ad6f85.tar.gz ports-5ce8e8e5c77a92c16e627672eab6ebca50ad6f85.zip |
Notes
Diffstat (limited to 'textproc/textutils')
-rw-r--r-- | textproc/textutils/Makefile | 5 | ||||
-rw-r--r-- | textproc/textutils/pkg-plist | 1 |
2 files changed, 1 insertions, 5 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> 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 |