diff options
author | ahze <ahze@FreeBSD.org> | 2005-09-15 15:20:35 +0800 |
---|---|---|
committer | ahze <ahze@FreeBSD.org> | 2005-09-15 15:20:35 +0800 |
commit | 6e828838404619d56e640ad5e416317945cf6a30 (patch) | |
tree | 5bf98d737f558d27f11320f3efab7c77ec947f26 | |
parent | 3166839a015978a92ec4fa993dcb4fc6d0eeb132 (diff) | |
download | freebsd-ports-graphics-6e828838404619d56e640ad5e416317945cf6a30.tar.gz freebsd-ports-graphics-6e828838404619d56e640ad5e416317945cf6a30.tar.zst freebsd-ports-graphics-6e828838404619d56e640ad5e416317945cf6a30.zip |
- Add NO_PACKAGE since the distfile is 700+MB, can be over ridden with
FORCE_PACKAGE
Requested by: maintainer
-rw-r--r-- | games/linux-americasarmy/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/games/linux-americasarmy/Makefile b/games/linux-americasarmy/Makefile index 806c9093b9d..d6982ca0e90 100644 --- a/games/linux-americasarmy/Makefile +++ b/games/linux-americasarmy/Makefile @@ -24,6 +24,7 @@ USE_X_PREFIX= yes USE_LINUX= yes NO_BUILD= yes RESTRICTED= Redistribution is limited, see license +NO_PACKAGE= Package will be 745MB, set FORCE_PACKAGE if you really NO_WRKSUBDIR= yes ARMYDIR= ${PREFIX}/lib/${PORTNAME} INSTALL_DIR= ${INSTALL} -d -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} |