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 /japanese/ebnetd | |
parent | 588c5c62f48a4a87b881b1f43a8b28dfc3d70586 (diff) | |
download | freebsd-ports-graphics-d27edf52986a3f634e493451ba0a43f64be2cfc2.tar.gz freebsd-ports-graphics-d27edf52986a3f634e493451ba0a43f64be2cfc2.tar.zst freebsd-ports-graphics-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 'japanese/ebnetd')
-rw-r--r-- | japanese/ebnetd/Makefile | 5 | ||||
-rw-r--r-- | japanese/ebnetd/pkg-plist | 1 |
2 files changed, 1 insertions, 5 deletions
diff --git a/japanese/ebnetd/Makefile b/japanese/ebnetd/Makefile index 9b1410dcea2..69d6fae290e 100644 --- a/japanese/ebnetd/Makefile +++ b/japanese/ebnetd/Makefile @@ -3,7 +3,7 @@ # Date created: 4 Aug 1998 # Whom: Motoyuki Kasahara <m-kasahr@sra.co.jp> # -# $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 bbc0a819584..cce8ec65312 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 |