diff options
author | marino <marino@FreeBSD.org> | 2014-11-07 08:08:33 +0800 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2014-11-07 08:08:33 +0800 |
commit | 70bca38783dcd03be7999cc516ce1f7a67e17862 (patch) | |
tree | 0092eae559173545fe2919fcb064afdd7c59e296 /games/openclonk | |
parent | 2a077a3a1b395658d348f9fb27d93e62b9fbf774 (diff) | |
download | freebsd-ports-gnome-70bca38783dcd03be7999cc516ce1f7a67e17862.tar.gz freebsd-ports-gnome-70bca38783dcd03be7999cc516ce1f7a67e17862.tar.zst freebsd-ports-gnome-70bca38783dcd03be7999cc516ce1f7a67e17862.zip |
games/openclonk: Fix fetching
Diffstat (limited to 'games/openclonk')
-rw-r--r-- | games/openclonk/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/openclonk/Makefile b/games/openclonk/Makefile index 5aa42bc8e8d8..caeaa36af322 100644 --- a/games/openclonk/Makefile +++ b/games/openclonk/Makefile @@ -6,7 +6,7 @@ PORTVERSION= 5.1 DISTVERSIONPREFIX= 5. DISTVERSIONSUFFIX= -src CATEGORIES= games -MASTER_SITES= http://www.openclonk.org/builds/release/${DISTVERSION}/ +MASTER_SITES= http://www.openclonk.org/builds/release/${DISTVERSIONPREFIX}${DISTVERSION}/ MAINTAINER= kevinz5000@gmail.com COMMENT= Multiplayer action game involving small and nimble humanoids |