summaryrefslogtreecommitdiff
path: root/games/wordplay/Makefile
diff options
context:
space:
mode:
authorMichael Haro <mharo@FreeBSD.org>2001-04-03 09:24:09 +0000
committerMichael Haro <mharo@FreeBSD.org>2001-04-03 09:24:09 +0000
commitd8455730fb29a9a9681f4bd8ca96a46679c1e79b (patch)
tree90e76b6f0bf119e48a113e1916ec91b4f9f2938b /games/wordplay/Makefile
parentUpdate plist (diff)
Correct variable so it builds although I don't see a working mastersite.
Notes
Notes: svn path=/head/; revision=40796
Diffstat (limited to 'games/wordplay/Makefile')
-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