diff options
author | Piotr Kubaj <pkubaj@FreeBSD.org> | 2020-01-08 15:22:36 +0000 |
---|---|---|
committer | Piotr Kubaj <pkubaj@FreeBSD.org> | 2020-01-08 15:22:36 +0000 |
commit | f39fa3e452b8a2e34c5c4ac0640c20fde1bb0d33 (patch) | |
tree | 620e9f92de75ef089461f9f26b5af729573100d5 /games/eduke32/Makefile | |
parent | 0b93ff7bd123c73acd7b3609a7febf5185d62731 (diff) | |
download | ports-f39fa3e452b8a2e34c5c4ac0640c20fde1bb0d33.tar.gz ports-f39fa3e452b8a2e34c5c4ac0640c20fde1bb0d33.zip |
games/eduke32: correct bad MASTER_SITES
Notes
Notes:
svn path=/head/; revision=522430
Diffstat (limited to 'games/eduke32/Makefile')
-rw-r--r-- | games/eduke32/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/eduke32/Makefile b/games/eduke32/Makefile index bef3c2587a63..4f669e9c8d7b 100644 --- a/games/eduke32/Makefile +++ b/games/eduke32/Makefile @@ -10,7 +10,7 @@ MASTER_SITES= http://dukeworld.duke4.net/eduke32/synthesis/${PORTVERSION}-${SVNR http://burnbit.com/download/447717/:hrp \ http://www.duke4.org/files/nightfright/related/:related \ ftp://ftp.3drealms.com/share/:shareware \ - https://FreeBSD.org/:voxel + https://anongoth.pl/:voxel DISTFILES= ${PORTNAME}_src_${PORTVERSION}-${SVNREVISION}${EXTRACT_SUFX}:eduke32 EXTRACT_ONLY= ${PORTNAME}_src_${PORTVERSION}-${SVNREVISION}${EXTRACT_SUFX} |