diff options
author | Roger Hardiman <roger@FreeBSD.org> | 2000-11-15 10:03:39 +0000 |
---|---|---|
committer | Roger Hardiman <roger@FreeBSD.org> | 2000-11-15 10:03:39 +0000 |
commit | 02968dbf5da5d3ed65d3ad5173727b3c1455cd99 (patch) | |
tree | 786fc175e5afab3fe1e89f57443bf6775fe9575f | |
parent | Update to 0.11. (diff) |
There are two different tarballs for aalib-1.2 on the internet.
There is one copy on the author's ftp site.
There is a differnt copy on all the SunSite mirrors.
The difference is small. The SunSite copy contains a config.cache file.
The actual source code is identical.
So, allow this port to work with either tarballs.
We need both checksums in distinfo and we need to delete config.cache
(if it exists) prior to running configure.
Submitted by: bento which found the problem while the authors site was down
-rw-r--r-- | graphics/aalib/Makefile | 1 | ||||
-rw-r--r-- | graphics/aalib/distinfo | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/graphics/aalib/Makefile b/graphics/aalib/Makefile index 9774570fa815..a7f323ad22d5 100644 --- a/graphics/aalib/Makefile +++ b/graphics/aalib/Makefile @@ -28,6 +28,7 @@ CONFIGURE_ARGS= --with-x=no .endif post-patch: + @${RM} -f ${WRKSRC}/config.cache @${PERL} -pi -e "s|%%LOCALBASE%%|${LOCALBASE}|g;" ${WRKSRC}/configure.in .include <bsd.port.mk> diff --git a/graphics/aalib/distinfo b/graphics/aalib/distinfo index 7009e542b1db..fa4e1d513cd9 100644 --- a/graphics/aalib/distinfo +++ b/graphics/aalib/distinfo @@ -1 +1,2 @@ +MD5 (aalib-1.2.tar.gz) = 36c7156f33a6bb7a0fac735d8a4d1791 MD5 (aalib-1.2.tar.gz) = 790434e0f2005fc95559ab3eab42e746 |