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/eb | |
parent | defb095decee8e3dde8b4102faa6e782be7704c2 (diff) | |
download | ports-5ce8e8e5c77a92c16e627672eab6ebca50ad6f85.tar.gz ports-5ce8e8e5c77a92c16e627672eab6ebca50ad6f85.zip |
Notes
Diffstat (limited to 'japanese/eb')
-rw-r--r-- | japanese/eb/Makefile | 5 | ||||
-rw-r--r-- | japanese/eb/pkg-plist | 1 |
2 files changed, 1 insertions, 5 deletions
diff --git a/japanese/eb/Makefile b/japanese/eb/Makefile index 937b36b6425a..7522dc643e53 100644 --- a/japanese/eb/Makefile +++ b/japanese/eb/Makefile @@ -3,7 +3,7 @@ # Date created: 20 Jan 1999 # Whom: Motoyuki Kasahara <m-kasahr@sra.co.jp> # -# $Id: Makefile,v 1.1.1.1 1999/01/26 03:03:44 steve Exp $ +# $Id: Makefile,v 1.2 1999/03/13 07:35:40 taoka Exp $ # DISTNAME= eb-2.2.2 @@ -57,9 +57,6 @@ post-install: (cd ${APPENDIXDIR} && ${EXTRACT_CMD} ${EXTRACT_BEFORE_ARGS} \ ${DISTDIR}/${DIST_SUBDIR}/$$i ${EXTRACT_AFTER_ARGS}); \ done - if [ ! -f ${PREFIX}/info/dir ]; then \ - ${SED} -ne '1,/Menu:/p' /usr/share/info/dir > ${PREFIX}/info/dir; \ - fi ${INSTALL_DATA} ${FILESDIR}/LIST ${APPENDIXDIR}/LIST ${INSTALL_DATA} ${FILESDIR}/LIST-ja ${APPENDIXDIR}/LIST-ja .for info in eb ebinfo ebfont ebrefile ebzip diff --git a/japanese/eb/pkg-plist b/japanese/eb/pkg-plist index b83fb074883f..59f0a9db676e 100644 --- a/japanese/eb/pkg-plist +++ b/japanese/eb/pkg-plist @@ -38,7 +38,6 @@ info/ebfont-ja.info info/ebinfo-ja.info info/ebrefile-ja.info info/ebzip-ja.info -@exec [ -f %D/info/dir ] || sed -ne '1,/Menu:/p' /usr/share/info/dir > %D/info/dir @exec install-info %D/info/eb.info %D/info/dir @exec install-info %D/info/ebfont.info %D/info/dir @exec install-info %D/info/ebinfo.info %D/info/dir |