diff options
author | Shaun Amott <shaun@FreeBSD.org> | 2006-08-17 01:59:23 +0800 |
---|---|---|
committer | Shaun Amott <shaun@FreeBSD.org> | 2006-08-17 01:59:23 +0800 |
commit | a621b6f5717f3c400944d30afc7f9127f63525cf (patch) | |
tree | be386369da770fadaff1a7630d8dc7296e0a8817 /games | |
parent | da4f3a882e1bd59002f32211c39572bd1144d842 (diff) | |
download | freebsd-ports-gnome-a621b6f5717f3c400944d30afc7f9127f63525cf.tar.gz freebsd-ports-gnome-a621b6f5717f3c400944d30afc7f9127f63525cf.tar.zst freebsd-ports-gnome-a621b6f5717f3c400944d30afc7f9127f63525cf.zip |
- Fix fetch [1]
- portlint(1) fix while here.
Reported by: fenner's distfile survey [1]
Diffstat (limited to 'games')
-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} |