diff options
author | Alan Eldridge <alane@FreeBSD.org> | 2002-11-03 12:14:42 +0000 |
---|---|---|
committer | Alan Eldridge <alane@FreeBSD.org> | 2002-11-03 12:14:42 +0000 |
commit | 9168fa04558713d0af82754ee4ae36216dda18c1 (patch) | |
tree | dd8db0507913a62f6c26d1d6b5cbb0a1dd5f0514 /devel/automake19/Makefile | |
parent | Handle the fact that -current defines pselect() already. (diff) |
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.
Notes
Notes:
svn path=/head/; revision=69340
Diffstat (limited to 'devel/automake19/Makefile')
-rw-r--r-- | devel/automake19/Makefile | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/devel/automake19/Makefile b/devel/automake19/Makefile index 576852573dbe..3533463cc4a1 100644 --- a/devel/automake19/Makefile +++ b/devel/automake19/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> |