aboutsummaryrefslogtreecommitdiff
path: root/devel/gnu-autoconf/Makefile
diff options
context:
space:
mode:
authorAde Lovett <ade@FreeBSD.org>2005-06-16 17:27:26 +0000
committerAde Lovett <ade@FreeBSD.org>2005-06-16 17:27:26 +0000
commit68827efc49f3b70646ca4d5530b7f029c82c7f2c (patch)
treeb9bd1a5afac9000f57f87291830d06d632e94a93 /devel/gnu-autoconf/Makefile
parent504cc3c4ccd48a22cc3c7faa35b18d6af679d3fe (diff)
downloadports-68827efc49f3b70646ca4d5530b7f029c82c7f2c.tar.gz
ports-68827efc49f3b70646ca4d5530b7f029c82c7f2c.zip
Notes
Diffstat (limited to 'devel/gnu-autoconf/Makefile')
-rw-r--r--devel/gnu-autoconf/Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/devel/gnu-autoconf/Makefile b/devel/gnu-autoconf/Makefile
index 78d54b06bcc2..b988d45aa67a 100644
--- a/devel/gnu-autoconf/Makefile
+++ b/devel/gnu-autoconf/Makefile
@@ -14,7 +14,7 @@ PKGNAMEPREFIX= gnu-
DISTNAME= autoconf-${PORTVERSION}
MAINTAINER= ade@FreeBSD.org
-COMMENT= Automatically configure source code on many Un*x platforms (version 2.59)
+COMMENT= Automatically configure source code on many Un*x platforms (GNU unmodified)
BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4 \
help2man:${PORTSDIR}/misc/help2man
@@ -37,7 +37,4 @@ CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
MAN1= autoconf.1 autoheader.1 autom4te.1 autoreconf.1 autoscan.1 \
autoupdate.1 config.guess.1 config.sub.1 ifnames.1
-post-install:
- @${CAT} ${PKGMESSAGE}
-
.include <bsd.port.mk>