diff options
author | mharo <mharo@FreeBSD.org> | 2001-04-03 17:24:09 +0800 |
---|---|---|
committer | mharo <mharo@FreeBSD.org> | 2001-04-03 17:24:09 +0800 |
commit | 19df166f9f33f5c9fdbc92c08de9644e31705890 (patch) | |
tree | 5e75696f56f498296601041415f7fa78bb9c9099 /games | |
parent | ab551cce7bda955774ad1ada5b7420f7710ce5c0 (diff) | |
download | freebsd-ports-gnome-19df166f9f33f5c9fdbc92c08de9644e31705890.tar.gz freebsd-ports-gnome-19df166f9f33f5c9fdbc92c08de9644e31705890.tar.zst freebsd-ports-gnome-19df166f9f33f5c9fdbc92c08de9644e31705890.zip |
Correct variable so it builds although I don't see a working mastersite.
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 |