mirror of
https://github.com/freebsd/freebsd-src
synced 2024-11-05 18:22:52 +00:00
Back out previous fix. It was bogus.
This commit is contained in:
parent
ebe1a43313
commit
40129270e0
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=21652
1 changed files with 4 additions and 10 deletions
|
@ -1,12 +1,12 @@
|
|||
#
|
||||
# $Id$
|
||||
# $Id: Makefile,v 1.2 1997/01/13 09:54:38 jkh Exp $
|
||||
#
|
||||
|
||||
TEXIDIR= ${.CURDIR}/../../../../contrib/texinfo
|
||||
INSTALLINFODIR= ${TEXIDIR}/util
|
||||
TXIDIR= ${TEXIDIR}/libtxi
|
||||
LIBTXI= ${.CURDIR}/../libtxi/libtxi.a
|
||||
BINDIR= /usr/bin
|
||||
TXIDIR= ${TEXIDIR}/libtxi
|
||||
LIBTXI= ${.CURDIR}/../libtxi/libtxi.a
|
||||
BINDIR= /usr/bin
|
||||
|
||||
PROG= install-info
|
||||
NOMAN=yes
|
||||
|
@ -24,10 +24,4 @@ DPADD+= ${LIBTXI}
|
|||
|
||||
.PATH: $(INSTALLINFODIR)
|
||||
|
||||
afterinstall:
|
||||
@if [ ! -f ${DESTDIR}/usr/share/info/dir ]; then \
|
||||
${INSTALL} ${COPY} -o ${BINOWN} -m ${BINMODE} ${TEXIDIR}/dir \
|
||||
${DESTDIR}/usr/share/info/dir; \
|
||||
fi
|
||||
|
||||
.include <bsd.prog.mk>
|
||||
|
|
Loading…
Reference in a new issue