diff options
author | mharo <mharo@FreeBSD.org> | 1999-06-05 22:32:11 +0000 |
---|---|---|
committer | mharo <mharo@FreeBSD.org> | 1999-06-05 22:32:11 +0000 |
commit | d27edf52986a3f634e493451ba0a43f64be2cfc2 (patch) | |
tree | c93047466dbf9daea5ade970b9464515c4feac22 /japanese/eb2 | |
parent | 588c5c62f48a4a87b881b1f43a8b28dfc3d70586 (diff) | |
download | FreeBSD-ports-d27edf52986a3f634e493451ba0a43f64be2cfc2.zip FreeBSD-ports-d27edf52986a3f634e493451ba0a43f64be2cfc2.tar.gz |
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/eb2')
-rw-r--r-- | japanese/eb2/Makefile | 5 | ||||
-rw-r--r-- | japanese/eb2/pkg-plist | 1 |
2 files changed, 1 insertions, 5 deletions
diff --git a/japanese/eb2/Makefile b/japanese/eb2/Makefile index 937b36b..7522dc6 100644 --- a/japanese/eb2/Makefile +++ b/japanese/eb2/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/eb2/pkg-plist b/japanese/eb2/pkg-plist index b83fb07..59f0a9d 100644 --- a/japanese/eb2/pkg-plist +++ b/japanese/eb2/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 |