diff options
author | ade <ade@FreeBSD.org> | 2012-05-12 04:36:37 +0800 |
---|---|---|
committer | ade <ade@FreeBSD.org> | 2012-05-12 04:36:37 +0800 |
commit | 497d7e487cb4abc3d85b201fc1bd72c134effbd4 (patch) | |
tree | bc98056acd9a297ae4327352dd158a1bc77f9123 /devel | |
parent | 7fd969cb5554973d2164420ea4204aaaf9557be4 (diff) | |
download | freebsd-ports-gnome-497d7e487cb4abc3d85b201fc1bd72c134effbd4.tar.gz freebsd-ports-gnome-497d7e487cb4abc3d85b201fc1bd72c134effbd4.tar.zst freebsd-ports-gnome-497d7e487cb4abc3d85b201fc1bd72c134effbd4.zip |
Tweak COMMENT lines to indicate the legacy nature of these two ports.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/autoconf213/Makefile | 2 | ||||
-rw-r--r-- | devel/automake14/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/devel/autoconf213/Makefile b/devel/autoconf213/Makefile index 3d8441278397..69bc084fda2a 100644 --- a/devel/autoconf213/Makefile +++ b/devel/autoconf213/Makefile @@ -17,7 +17,7 @@ DISTNAME= autoconf-000227 # experimental ports run. Untested commits may be backed out at portmgr's # discretion. MAINTAINER= autotools@FreeBSD.org -COMMENT= Automatically configure source code on many Un*x platforms (2.13) +COMMENT= Automatically configure source code on many Un*x platforms (legacy 2.13) BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4 RUN_DEPENDS= gm4:${PORTSDIR}/devel/m4 \ diff --git a/devel/automake14/Makefile b/devel/automake14/Makefile index bb70ea91e2df..15c2f0bfe228 100644 --- a/devel/automake14/Makefile +++ b/devel/automake14/Makefile @@ -17,7 +17,7 @@ DISTNAME= automake-1.4-p6 # experimental ports run. Untested commits may be backed out at portmgr's # discretion. MAINTAINER= autotools@FreeBSD.org -COMMENT= GNU Standards-compliant Makefile generator (1.4) +COMMENT= GNU Standards-compliant Makefile generator (legacy 1.4) RUN_DEPENDS= ${AUTOCONF_DEPENDS} \ automake-wrapper:${PORTSDIR}/devel/automake-wrapper |