diff options
Diffstat (limited to 'games/nwndata/Makefile')
-rw-r--r-- | games/nwndata/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/games/nwndata/Makefile b/games/nwndata/Makefile index 8ae10c3e31cc..9b9865b9d10c 100644 --- a/games/nwndata/Makefile +++ b/games/nwndata/Makefile @@ -9,7 +9,9 @@ PORTNAME= nwndata PORTVERSION= 1.29 PORTREVISION= 3 CATEGORIES= games -MASTER_SITES= ftp://jeuxlinux.com/bioware/Neverwinter_Nights/ +MASTER_SITES= http://files.bioware.com/neverwinternights/updates/linux/ +# Also at: http://www.fileshack.com/file.x?fid=2508 +# Previous: ftp://jeuxlinux.com/bioware/Neverwinter_Nights/ DISTNAME= nwresources${PORTVERSION:S/.//} MAINTAINER= ports@FreeBSD.org @@ -18,7 +20,7 @@ COMMENT= Neverwinter Nights Data Files ONLY_FOR_ARCHS= i386 NO_BUILD= yes WRKSRC= ${WRKDIR}/nwn -NO_PACKAGE= "Compressed package is in excess of 1 GB" +NO_PACKAGE= Compressed package is in excess of 1 GB do-install: ${MKDIR} ${DATADIR} |