summaryrefslogtreecommitdiff
path: root/devel/autoconf213
diff options
context:
space:
mode:
authorAlan Eldridge <alane@FreeBSD.org>2002-10-14 19:42:32 +0000
committerAlan Eldridge <alane@FreeBSD.org>2002-10-14 19:42:32 +0000
commit7e254eb5766b08a67564712a02fa3488d0be52d7 (patch)
tree868691690069809a4a3135c779627f5fd5200616 /devel/autoconf213
parentFixed support for Blackdown JDK 1.3.x. (diff)
1. Bumped portrevision (yes, again, sorry for the thrash).
2. Fixed bug that Knu pointed out, which was the bad dirs were captured in bsd.port.mk (to be fixed RSN, in testing now). Fixed with the magic of ... symlinks! (I always thought symlinks to . were lame, and they are, but sometimes they can get you out of a corner. Temporarily.) 3. The question is, will anything break trying to recursively go down the tree following symlinks? If so, that tool needs to be fixed. A symlink to '.' (or '..') just plain should not be followed. Bottom line is, AUTOCONF_DIR, AUTOMAKE_DIR, & ACLOCAL_DIR work again. As a side effect of this fix, you can now download the entire internet onto 1 floppy disk.
Notes
Notes: svn path=/head/; revision=68053
Diffstat (limited to 'devel/autoconf213')
-rw-r--r--devel/autoconf213/Makefile4
-rw-r--r--devel/autoconf213/pkg-plist1
2 files changed, 4 insertions, 1 deletions
diff --git a/devel/autoconf213/Makefile b/devel/autoconf213/Makefile
index 2de0af80481c..edc4e2abbf9d 100644
--- a/devel/autoconf213/Makefile
+++ b/devel/autoconf213/Makefile
@@ -11,7 +11,7 @@
PORTNAME= autoconf213
PORTVERSION= 2.13.000227
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_SOURCEWARE} ${MASTER_SITE_GNU}
MASTER_SITE_SUBDIR= binutils autoconf
@@ -53,5 +53,7 @@ post-install:
.endfor
install-info ${DESTDIR}${PREFIX}/info/autoconf213.info \
${DESTDIR}${PREFIX}/info/dir
+ # temporary
+ ${LN} -s . ${PREFIX}/share/autoconf213/autoconf
.include <bsd.port.mk>
diff --git a/devel/autoconf213/pkg-plist b/devel/autoconf213/pkg-plist
index fa84b581ed6a..6ee217cdd0d7 100644
--- a/devel/autoconf213/pkg-plist
+++ b/devel/autoconf213/pkg-plist
@@ -29,5 +29,6 @@ share/autoconf213/autoheader.m4f
share/autoconf213/config.guess
share/autoconf213/config.sub
share/autoconf213/install-sh
+share/autoconf213/autoconf
@dirrm libexec/autoconf213
@dirrm share/autoconf213