Create info/dir before trying to use it. Also, add install-info lines

to PLIST.
This commit is contained in:
Satoshi Asami 1998-12-24 19:19:29 +00:00
parent 0b2bbe06df
commit da78791fe1
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=15602
4 changed files with 18 additions and 2 deletions

View file

@ -3,7 +3,7 @@
# Date created: Sa 6 Jun 1998 10:24:51 CEST
# Whom: Andreas Klemm <andreas@klemm.gtn.com>
#
# $Id: Makefile,v 1.1.1.1 1998/06/06 10:34:24 andreas Exp $
# $Id: Makefile,v 1.2 1998/06/08 05:48:58 asami Exp $
#
DISTNAME= tar-1.12
@ -15,4 +15,9 @@ MAINTAINER= andreas@FreeBSD.ORG
GNU_CONFIGURE= yes
CONFIGURE_ARGS=--program-prefix=g
pre-install:
if [ ! -f ${PREFIX}/info/dir ]; then \
${SED} -ne '1,/Menu:/p' /usr/share/info/dir > ${PREFIX}/info/dir; \
fi
.include <bsd.port.mk>

View file

@ -11,6 +11,7 @@ share/locale/pl/LC_MESSAGES/tar.mo
share/locale/pt/LC_MESSAGES/tar.mo
share/locale/sl/LC_MESSAGES/tar.mo
share/locale/sv/LC_MESSAGES/tar.mo
@unexec install-info --delete %D/info/tar.info %D/info/dir
info/tar.info
info/tar.info-1
info/tar.info-2
@ -19,3 +20,5 @@ info/tar.info-4
info/tar.info-5
info/tar.info-6
info/tar.info-7
@exec [ -f %D/info/dir ] || sed -ne '1,/Menu:/p' /usr/share/info/dir > %D/info/dir
@exec install-info %D/info/tar.info %D/info/dir

View file

@ -3,7 +3,7 @@
# Date created: Sa 6 Jun 1998 10:24:51 CEST
# Whom: Andreas Klemm <andreas@klemm.gtn.com>
#
# $Id: Makefile,v 1.1.1.1 1998/06/06 10:34:24 andreas Exp $
# $Id: Makefile,v 1.2 1998/06/08 05:48:58 asami Exp $
#
DISTNAME= tar-1.12
@ -15,4 +15,9 @@ MAINTAINER= andreas@FreeBSD.ORG
GNU_CONFIGURE= yes
CONFIGURE_ARGS=--program-prefix=g
pre-install:
if [ ! -f ${PREFIX}/info/dir ]; then \
${SED} -ne '1,/Menu:/p' /usr/share/info/dir > ${PREFIX}/info/dir; \
fi
.include <bsd.port.mk>

View file

@ -11,6 +11,7 @@ share/locale/pl/LC_MESSAGES/tar.mo
share/locale/pt/LC_MESSAGES/tar.mo
share/locale/sl/LC_MESSAGES/tar.mo
share/locale/sv/LC_MESSAGES/tar.mo
@unexec install-info --delete %D/info/tar.info %D/info/dir
info/tar.info
info/tar.info-1
info/tar.info-2
@ -19,3 +20,5 @@ info/tar.info-4
info/tar.info-5
info/tar.info-6
info/tar.info-7
@exec [ -f %D/info/dir ] || sed -ne '1,/Menu:/p' /usr/share/info/dir > %D/info/dir
@exec install-info %D/info/tar.info %D/info/dir