diff options
author | Gerald Pfeifer <gerald@FreeBSD.org> | 2020-02-01 00:31:01 +0000 |
---|---|---|
committer | Gerald Pfeifer <gerald@FreeBSD.org> | 2020-02-01 00:31:01 +0000 |
commit | 0f8ca6f5eaefa1aa6671765161d84b8aa6a2d3a9 (patch) | |
tree | dc37fabc253c2de803e3f73fbf4f2d186529e948 /emulators/wine-devel | |
parent | 148a98c538d61ca6e609b25c53fc30681dd2d53a (diff) | |
download | ports-0f8ca6f5eaefa1aa6671765161d84b8aa6a2d3a9.tar.gz ports-0f8ca6f5eaefa1aa6671765161d84b8aa6a2d3a9.zip |
Notes
Diffstat (limited to 'emulators/wine-devel')
-rw-r--r-- | emulators/wine-devel/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emulators/wine-devel/Makefile b/emulators/wine-devel/Makefile index a06ecf89af77..369711c63b2c 100644 --- a/emulators/wine-devel/Makefile +++ b/emulators/wine-devel/Makefile @@ -6,7 +6,7 @@ DISTVERSION= 5.0-rc6 PORTEPOCH= 1 CATEGORIES= emulators MASTER_SITES= SF/${PORTNAME}/Source \ - http://mirrors.ibiblio.org/wine/source/4.x/ + http://mirrors.ibiblio.org/wine/source/5.0/ PKGNAMESUFFIX?= -devel DISTFILES= ${DISTNAME}${EXTRACT_SUFX} |