diff options
author | alane <alane@FreeBSD.org> | 2002-11-03 12:14:42 +0000 |
---|---|---|
committer | alane <alane@FreeBSD.org> | 2002-11-03 12:14:42 +0000 |
commit | 9280a9a67572fbf9b94035832dd2d537e52b55a7 (patch) | |
tree | 4fdd803ebc83f5b11ad0c09c9efb060c5f7d7749 /devel/gnu-automake/Makefile | |
parent | e8fb49f3de78aec172552dc4e11f5e934e016c15 (diff) | |
download | FreeBSD-ports-9280a9a67572fbf9b94035832dd2d537e52b55a7.zip FreeBSD-ports-9280a9a67572fbf9b94035832dd2d537e52b55a7.tar.gz |
1. Update version to 1.7.1.
2. Rewrote pkg-comment and pkg-descr files.
3. Marked pkg-plist file as not done.
4. Made do-build and do-install targets indicating that this port is
not at all ready to even be looked at. The repocopy was a placeholder
for when I can get to it.
Diffstat (limited to 'devel/gnu-automake/Makefile')
-rw-r--r-- | devel/gnu-automake/Makefile | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/devel/gnu-automake/Makefile b/devel/gnu-automake/Makefile index 5768525..3533463 100644 --- a/devel/gnu-automake/Makefile +++ b/devel/gnu-automake/Makefile @@ -6,7 +6,7 @@ # PORTNAME= automake17 -PORTVERSION= 1.7 +PORTVERSION= 1.7.1 PORTEPOCH= 1 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GNU} @@ -36,11 +36,10 @@ pre-everything: @${FALSE} .endif # defined(USE_AUTOMAKE) || defined(USE_AUTOMAKE_VER) -pre-configure: - ${PERL} -pi -e "s^%%X11BASE%%^${X11BASE}^" ${WRKSRC}/aclocal.in +do-build: + ${ECHO_MSG} This port is not ready yet. -post-install: - @install-info ${PREFIX}/info/automake.info \ - ${PREFIX}/info/dir +do-install: + ${ECHO_MSG} I told you this port is not ready yet. Now go away. .include <bsd.port.mk> |