aboutsummaryrefslogtreecommitdiffstats
path: root/games
diff options
context:
space:
mode:
authorMichael Haro <mharo@FreeBSD.org>2001-04-03 17:24:09 +0800
committerMichael Haro <mharo@FreeBSD.org>2001-04-03 17:24:09 +0800
commitd8455730fb29a9a9681f4bd8ca96a46679c1e79b (patch)
tree90e76b6f0bf119e48a113e1916ec91b4f9f2938b /games
parent92f377256aae1ced652bd5d1f2a403069f9c60e2 (diff)
downloadfreebsd-ports-d8455730fb29a9a9681f4bd8ca96a46679c1e79b.tar.gz
freebsd-ports-d8455730fb29a9a9681f4bd8ca96a46679c1e79b.tar.zst
freebsd-ports-d8455730fb29a9a9681f4bd8ca96a46679c1e79b.zip
Correct variable so it builds although I don't see a working mastersite.
Notes
Notes: svn path=/head/; revision=40796
Diffstat (limited to 'games')
-rw-r--r--games/wordplay/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/games/wordplay/Makefile b/games/wordplay/Makefile
index a1cce7699538..f2a44edc2e72 100644
--- a/games/wordplay/Makefile
+++ b/games/wordplay/Makefile
@@ -8,7 +8,7 @@ PORTNAME= wordplay
PORTVERSION= 7.22
CATEGORIES= games
MASTER_SITES= http://www.itsc.uah.edu/~criswell/wordplay/
-DISTNAME= ${PORTNAME}{PORTVERSION:S/.//}
+DISTNAME= ${PORTNAME}${PORTVERSION:S/.//}
EXTRACT_SUFX= .tar.Z
MAINTAINER= ports@FreeBSD.org