diff options
author | thierry <thierry@FreeBSD.org> | 2004-09-26 06:31:25 +0800 |
---|---|---|
committer | thierry <thierry@FreeBSD.org> | 2004-09-26 06:31:25 +0800 |
commit | 0e4d4f2288eef533ff0e11e7226b0269e5f2bc4a (patch) | |
tree | 49b83b652031d4f288bd04ce787112c2abebe687 /devel | |
parent | 42a8f28fa64c0449318c4286e895f788c1f0f86d (diff) | |
download | freebsd-ports-gnome-0e4d4f2288eef533ff0e11e7226b0269e5f2bc4a.tar.gz freebsd-ports-gnome-0e4d4f2288eef533ff0e11e7226b0269e5f2bc4a.tar.zst freebsd-ports-gnome-0e4d4f2288eef533ff0e11e7226b0269e5f2bc4a.zip |
Make fetchable again.
Approved by: portmgr (linimon).
Diffstat (limited to 'devel')
-rw-r--r-- | devel/mingw-opengl-headers/Makefile | 7 | ||||
-rw-r--r-- | devel/mingw-opengl-headers/distinfo | 4 |
2 files changed, 5 insertions, 6 deletions
diff --git a/devel/mingw-opengl-headers/Makefile b/devel/mingw-opengl-headers/Makefile index ceea01a46096..c3a122579e50 100644 --- a/devel/mingw-opengl-headers/Makefile +++ b/devel/mingw-opengl-headers/Makefile @@ -7,11 +7,11 @@ PORTNAME= opengl PORTVERSION= 20011229 CATEGORIES= devel graphics -MASTER_SITES= ftp://ftp.microsoft.com/Softlib/MSLFILES/ +MASTER_SITES= http://download.microsoft.com/download/win95upg/info/1/W95/EN-US/ PKGNAMEPREFIX= mingw- PKGNAMESUFFIX= -headers -DISTNAME= OPENGL95 -EXTRACT_SUFX= .EXE +DISTNAME= Opengl95 +EXTRACT_SUFX= .exe DIST_SUBDIR= mingw MAINTAINER= ports@FreeBSD.org @@ -24,7 +24,6 @@ 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 012a7f96339a..0d331df2c93f 100644 --- a/devel/mingw-opengl-headers/distinfo +++ b/devel/mingw-opengl-headers/distinfo @@ -1,2 +1,2 @@ -MD5 (mingw/OPENGL95.EXE) = edb0a9c371be828d2b5d2e90c5c89cb3 -SIZE (mingw/OPENGL95.EXE) = 495458 +MD5 (mingw/Opengl95.exe) = edb0a9c371be828d2b5d2e90c5c89cb3 +SIZE (mingw/Opengl95.exe) = 495458 |