aboutsummaryrefslogtreecommitdiff
path: root/devel/automake14/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/automake14/Makefile')
-rw-r--r--devel/automake14/Makefile12
1 files changed, 5 insertions, 7 deletions
diff --git a/devel/automake14/Makefile b/devel/automake14/Makefile
index 564e7cde0891..ece5cb75e527 100644
--- a/devel/automake14/Makefile
+++ b/devel/automake14/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>