diff options
author | ijliao <ijliao@FreeBSD.org> | 2002-10-07 15:42:23 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2002-10-07 15:42:23 +0800 |
commit | f09f1f404cb68e59f224fb5f029226083b8ec672 (patch) | |
tree | 6ec42a37801e4a998191816c4bd795b22bd37e20 | |
parent | bca8469dde97fbb70763e50bf20c79edf3a2fef6 (diff) | |
download | freebsd-ports-gnome-f09f1f404cb68e59f224fb5f029226083b8ec672.tar.gz freebsd-ports-gnome-f09f1f404cb68e59f224fb5f029226083b8ec672.tar.zst freebsd-ports-gnome-f09f1f404cb68e59f224fb5f029226083b8ec672.zip |
1. fix build
2. switch mastersite
PR: 40306 (1), 43757 (2)
Submitted by: Richard Kiss <kiss@gizzywump.com> (1), Kimura Fuyuki <fuyuki@hadaly.org> (2)
-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 |