summaryrefslogtreecommitdiff
path: root/games/wordplay/Makefile
diff options
context:
space:
mode:
authorKevin Lo <kevlo@FreeBSD.org>2001-03-31 15:56:38 +0000
committerKevin Lo <kevlo@FreeBSD.org>2001-03-31 15:56:38 +0000
commit4b4cce753fe63798f0ce57239f5cac152575e09c (patch)
tree89be4c36422ceb8fe8147a96c47f7fb13ca7f05b /games/wordplay/Makefile
parentFix MASTER_SITES (diff)
Update MASTER_SITES and WWW: line.
PR: 26230 Submitted by: Ports Fury
Notes
Notes: svn path=/head/; revision=40669
Diffstat (limited to 'games/wordplay/Makefile')
-rw-r--r--games/wordplay/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/games/wordplay/Makefile b/games/wordplay/Makefile
index 83c811d19f29..a1cce7699538 100644
--- a/games/wordplay/Makefile
+++ b/games/wordplay/Makefile
@@ -7,8 +7,8 @@
PORTNAME= wordplay
PORTVERSION= 7.22
CATEGORIES= games
-MASTER_SITES= http://pokey.itsc.uah.edu/~criswell/
-DISTNAME= wordplay722
+MASTER_SITES= http://www.itsc.uah.edu/~criswell/wordplay/
+DISTNAME= ${PORTNAME}{PORTVERSION:S/.//}
EXTRACT_SUFX= .tar.Z
MAINTAINER= ports@FreeBSD.org
@@ -24,8 +24,8 @@ post-patch:
do-install:
@${MKDIR} ${PREFIX}/share/wordplay
- @${INSTALL_DATA} ${WRKSRC}/words721.txt ${WRKSRC}/readme \
+ ${INSTALL_DATA} ${WRKSRC}/words721.txt ${WRKSRC}/readme \
${PREFIX}/share/wordplay
- @${INSTALL_PROGRAM} ${WRKSRC}/wordplay ${PREFIX}/bin
+ ${INSTALL_PROGRAM} ${WRKSRC}/wordplay ${PREFIX}/bin
.include <bsd.port.mk>