From eaeb58a693c9c154aece88915167886a4fd09e54 Mon Sep 17 00:00:00 2001 From: edwin Date: Sat, 17 Jan 2004 22:18:23 +0000 Subject: Fix name of distfile Fix fetch-environment. Noticed by: bento http://bento.freebsd.org/errorlogs/i386-4-exp-latest/mingw-opengl-headers-20011229.log --- devel/mingw-opengl-headers/Makefile | 3 ++- devel/mingw-opengl-headers/distinfo | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) (limited to 'devel') diff --git a/devel/mingw-opengl-headers/Makefile b/devel/mingw-opengl-headers/Makefile index 1bce8da6e0d9..19204d8f7a00 100644 --- a/devel/mingw-opengl-headers/Makefile +++ b/devel/mingw-opengl-headers/Makefile @@ -10,7 +10,7 @@ CATEGORIES= devel graphics MASTER_SITES= ftp://ftp.microsoft.com/Softlib/MSLFILES/ PKGNAMEPREFIX= mingw- PKGNAMESUFFIX= -headers -DISTNAME= OpenGL95 +DISTNAME= OPENGL95 EXTRACT_SUFX= .EXE DIST_SUBDIR= mingw @@ -24,6 +24,7 @@ RESTRICTED= "Not sure if we can redistribute it" USE_ZIP= yes NO_BUILD= yes NO_WRKSUBDIR= yes +FETCH_ENV= FTP_PASSIVE_MODE=no do-install: ${MKDIR} ${PREFIX}/i386-mingw32msvc/include/GL diff --git a/devel/mingw-opengl-headers/distinfo b/devel/mingw-opengl-headers/distinfo index 493c0fba41c6..5f5f996148ad 100644 --- a/devel/mingw-opengl-headers/distinfo +++ b/devel/mingw-opengl-headers/distinfo @@ -1 +1 @@ -MD5 (mingw/OpenGL95.EXE) = edb0a9c371be828d2b5d2e90c5c89cb3 +MD5 (mingw/OPENGL95.EXE) = edb0a9c371be828d2b5d2e90c5c89cb3 -- cgit