From 7e254eb5766b08a67564712a02fa3488d0be52d7 Mon Sep 17 00:00:00 2001 From: Alan Eldridge Date: Mon, 14 Oct 2002 19:42:32 +0000 Subject: 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. --- devel/autoconf213/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'devel/autoconf213/Makefile') 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 -- cgit v1.2.3