From d27edf52986a3f634e493451ba0a43f64be2cfc2 Mon Sep 17 00:00:00 2001 From: mharo 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. --- japanese/ebnetd/Makefile | 5 +---- japanese/ebnetd/pkg-plist | 1 - 2 files changed, 1 insertion(+), 5 deletions(-) (limited to 'japanese/ebnetd') diff --git a/japanese/ebnetd/Makefile b/japanese/ebnetd/Makefile index 9b1410dcea24..69d6fae290e9 100644 --- a/japanese/ebnetd/Makefile +++ b/japanese/ebnetd/Makefile @@ -3,7 +3,7 @@ # Date created: 4 Aug 1998 # Whom: Motoyuki Kasahara # -# $Id: Makefile,v 1.6 1999/01/26 03:06:43 steve Exp $ +# $Id: Makefile,v 1.7 1999/03/15 13:00:35 taoka Exp $ # DISTNAME= ndtpd-2.2.2 @@ -28,9 +28,6 @@ IS_INTERACTIVE= Maybe_interactive_at_install_stage .endif post-install: - if [ ! -f ${PREFIX}/info/dir ]; then \ - ${SED} -ne '1,/Menu:/p' /usr/share/info/dir > ${PREFIX}/info/dir; \ - fi .for info in ndtpd ndtpd-ja install-info ${PREFIX}/info/${info}.info ${PREFIX}/info/dir .endfor diff --git a/japanese/ebnetd/pkg-plist b/japanese/ebnetd/pkg-plist index bbc0a8195848..cce8ec65312b 100644 --- a/japanese/ebnetd/pkg-plist +++ b/japanese/ebnetd/pkg-plist @@ -8,6 +8,5 @@ etc/ndtpd.sample @unexec install-info --delete %D/info/ndtpd-ja.info %D/info/dir info/ndtpd.info info/ndtpd-ja.info -@exec [ -f %D/info/dir ] || sed -ne '1,/Menu:/p' /usr/share/info/dir > %D/info/dir @exec install-info %D/info/ndtpd.info %D/info/dir @exec install-info %D/info/ndtpd-ja.info %D/info/dir -- cgit