diff options
author | des <des@FreeBSD.org> | 2004-03-08 09:58:04 +0000 |
---|---|---|
committer | des <des@FreeBSD.org> | 2004-03-08 09:58:04 +0000 |
commit | 583ee0dcd8f7196e341d9a1074d245587cd33d47 (patch) | |
tree | 2b9c2f3638b28dac44beadbeff9533222bad74fb /games/nwndata | |
parent | 056357a35b697014c8912642ce4028470ac60ec2 (diff) | |
download | FreeBSD-ports-583ee0dcd8f7196e341d9a1074d245587cd33d47.zip FreeBSD-ports-583ee0dcd8f7196e341d9a1074d245587cd33d47.tar.gz |
Add NO_PACKAGE due to the size of the data files (over 1 GB compressed)
Diffstat (limited to 'games/nwndata')
-rw-r--r-- | games/nwndata/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/games/nwndata/Makefile b/games/nwndata/Makefile index 8d0a842..3392a2b 100644 --- a/games/nwndata/Makefile +++ b/games/nwndata/Makefile @@ -18,6 +18,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" do-install: ${MKDIR} ${DATADIR} |