diff options
author | mharo <mharo@FreeBSD.org> | 1999-06-06 06:32:11 +0800 |
---|---|---|
committer | mharo <mharo@FreeBSD.org> | 1999-06-06 06:32:11 +0800 |
commit | d27edf52986a3f634e493451ba0a43f64be2cfc2 (patch) | |
tree | c93047466dbf9daea5ade970b9464515c4feac22 /textproc/textutils | |
parent | 588c5c62f48a4a87b881b1f43a8b28dfc3d70586 (diff) | |
download | freebsd-ports-gnome-d27edf52986a3f634e493451ba0a43f64be2cfc2.tar.gz freebsd-ports-gnome-d27edf52986a3f634e493451ba0a43f64be2cfc2.tar.zst freebsd-ports-gnome-d27edf52986a3f634e493451ba0a43f64be2cfc2.zip |
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.
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 |