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 /japanese/ebnetd | |
parent | Update to 990522 release (diff) |
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.
Notes
Notes:
svn path=/head/; revision=19223
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 9b1410dcea24..69d6fae290e9 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 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 |