- remove workaround for texinfo install-info bug

- remove pre-configure target, this is done inside automake's Makefile anyway
- remove unnecessary CONFIGURE_ENV tag
This commit is contained in:
brad 1999-12-12 20:43:51 +00:00
parent 8622a12d9a
commit 6a0b597b09

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.8 1999/10/29 21:46:14 brad Exp $
# $OpenBSD: Makefile,v 1.9 1999/12/12 20:43:51 brad Exp $
DISTNAME= automake-1.4
CATEGORIES= devel
@ -8,15 +8,8 @@ MASTER_SITE_SUBDIR= automake
MAINTAINER= jasoni@openbsd.org
GNU_CONFIGURE= yes
CONFIGURE_ENV= PERL=/usr/bin/perl
pre-configure:
@${RM} -f ${WRKSRC}/automake.info*
post-install:
@if [ ! -f ${PREFIX}/info/dir ]; then \
${SED} -ne '1,/Menu:/p' /usr/share/info/dir > ${PREFIX}/info/dir; \
fi
@install-info ${PREFIX}/info/automake.info ${PREFIX}/info/dir
.include <bsd.port.mk>