- remove workaround for texinfo install-info bug

- make sure install-info is run to register the info page
This commit is contained in:
brad 2000-02-06 00:56:36 +00:00
parent 8b30555495
commit 99891dfe93

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.3 1999/09/21 19:55:52 brad Exp $
# $OpenBSD: Makefile,v 1.4 2000/02/06 00:56:36 brad Exp $
# $FreeBSD: Makefile,v 1.6 1998/09/22 15:30:37 vanilla Exp $
DISTNAME= aalib-1.2
@ -12,9 +12,7 @@ CONFIGURE_ARGS+= ${CONFIGURE_SHARED}
CONFIGURE_ARGS+= --enable-static
post-install:
@if [ ! -f ${PREFIX}/info/dir ]; then \
${SED} -ne '1,/Menu:/p' /usr/share/info/dir > ${PREFIX}/info/dir; \
fi
${LDCONFIG} -m ${PREFIX}/lib
@install-info ${PREFIX}/info/aalib.info ${PREFIX}/info/dir
@${LDCONFIG} -m ${PREFIX}/lib
.include <bsd.port.mk>