diff options
Diffstat (limited to 'devel/gnu-automake/Makefile')
-rw-r--r-- | devel/gnu-automake/Makefile | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/devel/gnu-automake/Makefile b/devel/gnu-automake/Makefile index 564e7cde0891..ece5cb75e527 100644 --- a/devel/gnu-automake/Makefile +++ b/devel/gnu-automake/Makefile @@ -1,12 +1,12 @@ # New ports collection makefile for: automake -# Version required: 1.0 +# Version required: 1.2 # Date created: 15 March 1997 # Whom: FUJIMOTO Kensaku <fujimoto@oscar.elec.waseda.ac.jp> # -# $Id: Makefile,v 1.2 1997/06/13 06:49:31 max Exp $ +# $Id: Makefile,v 1.3 1997/06/13 20:01:42 max Exp $ # -DISTNAME= automake-1.0 +DISTNAME= automake-1.2 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GNU} @@ -16,9 +16,7 @@ GNU_CONFIGURE= yes CONFIGURE_ENV= PERL=/usr/bin/perl 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 + @ ${RM} -f ${PREFIX}/info/automake.info-1 + @ ${RM} -f ${PREFIX}/info/automake.info-2 .include <bsd.port.mk> |