diff options
author | Michael Haro <mharo@FreeBSD.org> | 2001-04-03 09:24:09 +0000 |
---|---|---|
committer | Michael Haro <mharo@FreeBSD.org> | 2001-04-03 09:24:09 +0000 |
commit | d8455730fb29a9a9681f4bd8ca96a46679c1e79b (patch) | |
tree | 90e76b6f0bf119e48a113e1916ec91b4f9f2938b /games | |
parent | 92f377256aae1ced652bd5d1f2a403069f9c60e2 (diff) |
Notes
Diffstat (limited to 'games')
-rw-r--r-- | games/wordplay/Makefile | 2 |
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 |