diff options
Diffstat (limited to 'devel/autoconf213/Makefile')
-rw-r--r-- | devel/autoconf213/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/devel/autoconf213/Makefile b/devel/autoconf213/Makefile index f5550d5..bc47efd 100644 --- a/devel/autoconf213/Makefile +++ b/devel/autoconf213/Makefile @@ -1,12 +1,12 @@ # New ports collection makefile for: autoconf -# Version required: 2.7 +# Version required: 2.9 # Date created: 7 October 1995 # Whom: torstenb@FreeBSD.ORG # -# $Id: Makefile,v 1.4 1995/11/26 11:27:36 asami Exp $ +# $Id: Makefile,v 1.5 1995/12/26 00:51:47 ats Exp $ # -DISTNAME= autoconf-2.7 +DISTNAME= autoconf-2.9 CATEGORIES= devel MASTER_SITES= ftp://prep.ai.mit.edu/pub/gnu/ @@ -16,6 +16,4 @@ MAINTAINER= torstenb@FreeBSD.ORG GNU_CONFIGURE= yes -STRIP= - .include <bsd.port.mk> |