Back out previous fix. It was bogus.

This commit is contained in:
Jordan K. Hubbard 1997-01-13 10:55:49 +00:00
parent ebe1a43313
commit 40129270e0
1 changed files with 4 additions and 10 deletions

View File

@ -1,5 +1,5 @@
#
# $Id$
# $Id: Makefile,v 1.2 1997/01/13 09:54:38 jkh Exp $
#
TEXIDIR= ${.CURDIR}/../../../../contrib/texinfo
@ -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>