diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-10-08 07:24:07 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-10-08 07:24:07 +0000 |
commit | a05641363a09015d3162e3c163d90174260b652d (patch) | |
tree | 33ff2e7fd1f5db5794c59b96bf5858da3946d7ac /devel/automake110/Makefile | |
parent | e54f516a1799893860675ba5089b24a0c1c7842d (diff) |
(portmgr@ hat on)
- Backout recent upgrade because it broke way too many ports;
- assign maintainership to portmgr@FreeBSD.org due to importancy of this port
to the overall ports infrastructure.
Notes
Notes:
svn path=/head/; revision=48552
Diffstat (limited to 'devel/automake110/Makefile')
-rw-r--r-- | devel/automake110/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/devel/automake110/Makefile b/devel/automake110/Makefile index 6e167721b446..135bd42c2cf6 100644 --- a/devel/automake110/Makefile +++ b/devel/automake110/Makefile @@ -6,12 +6,15 @@ # PORTNAME= automake -PORTVERSION= 1.5 +PORTVERSION= 1.4.5 +PORTEPOCH= 1 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= automake +DISTNAME= ${PORTNAME}-1.4-p5 -MAINTAINER= fujimoto@oscar.elec.waseda.ac.jp +MAINTAINER= portmgr@FreeBSD.org GNU_CONFIGURE= yes CONFIGURE_ENV= PERL=${PERL5} |