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