diff options
author | sobomax <sobomax@FreeBSD.org> | 2001-10-08 15:24:07 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2001-10-08 15:24:07 +0800 |
commit | b793b4cb0aa7c74aea7f337691af88bef4a514be (patch) | |
tree | 2e518594e54f8f2bbc9d1870bc94123eeb653f6e /devel/automake15/Makefile | |
parent | d53e8c4e6b847bb18667130b4f3226c17348334c (diff) | |
download | freebsd-ports-gnome-b793b4cb0aa7c74aea7f337691af88bef4a514be.tar.gz freebsd-ports-gnome-b793b4cb0aa7c74aea7f337691af88bef4a514be.tar.zst freebsd-ports-gnome-b793b4cb0aa7c74aea7f337691af88bef4a514be.zip |
(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.
Diffstat (limited to 'devel/automake15/Makefile')
-rw-r--r-- | devel/automake15/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/devel/automake15/Makefile b/devel/automake15/Makefile index 6e167721b446..135bd42c2cf6 100644 --- a/devel/automake15/Makefile +++ b/devel/automake15/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} |