diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-10-07 07:42:23 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-10-07 07:42:23 +0000 |
commit | 3e719da3c4366b535a7589e0aed4fd0bc619c8cf (patch) | |
tree | 2dd6e8b2445e36bcf73b3cdbe6658e6fa67a4752 /games/an | |
parent | 9f34d484fa873a04e23feb31114b4a3193452551 (diff) | |
download | ports-3e719da3c4366b535a7589e0aed4fd0bc619c8cf.tar.gz ports-3e719da3c4366b535a7589e0aed4fd0bc619c8cf.zip |
Notes
Diffstat (limited to 'games/an')
-rw-r--r-- | games/an/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/games/an/Makefile b/games/an/Makefile index 4c682371eb0e..eecf831eb41e 100644 --- a/games/an/Makefile +++ b/games/an/Makefile @@ -9,8 +9,7 @@ PORTNAME= an PORTVERSION= 0.93 PORTREVISION= 1 CATEGORIES= games -MASTER_SITES= ftp://suburbia.net/pub/rmj/ \ - ftp://ftp.suburbia.net/pub/rmj/ +MASTER_SITES= http://www.gtoal.com/wordgames/anagrams/${DISTNAME}/ MAINTAINER= ports@FreeBSD.org @@ -23,7 +22,7 @@ post-patch: @${FIND} ${WRKSRC} -name "Makefile" | ${XARGS} ${REINPLACE_CMD} -e \ 's|^CC=|CC?=|g ; \ s|^CFLAGS=-O|CFLAGS+=|g ; \ - s| make| \$$\(MAKE\)|g' ${WRKSRC}/Makefile + s| make| \$$\(MAKE\)|g' do-install: ${INSTALL_PROGRAM} ${WRKSRC}/an ${PREFIX}/bin |