diff options
author | Eitan Adler <eadler@FreeBSD.org> | 2013-12-12 04:41:07 +0000 |
---|---|---|
committer | Eitan Adler <eadler@FreeBSD.org> | 2013-12-12 04:41:07 +0000 |
commit | ab95c322315356411bea4d5e743d29b26d36db27 (patch) | |
tree | 7d8b9fc9a0c3cf1ad9b638834bff8e6257b7f657 /games | |
parent | 41c70c6ac300b3254461d29e87cefdec7931c7f3 (diff) | |
download | ports-ab95c322315356411bea4d5e743d29b26d36db27.tar.gz ports-ab95c322315356411bea4d5e743d29b26d36db27.zip |
Notes
Diffstat (limited to 'games')
-rw-r--r-- | games/doom/Makefile | 2 | ||||
-rw-r--r-- | games/linux-doom3-demo/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/games/doom/Makefile b/games/doom/Makefile index 1569ffd4f424..00dc3e930780 100644 --- a/games/doom/Makefile +++ b/games/doom/Makefile @@ -13,7 +13,7 @@ COMMENT= DOOM: the game and the sound server LICENSE= GPLv1 -NO_CDROM= Redistribution is limited, see license +NO_CDROM= Redistribution is limited, see license; Requested by id Software ONLY_FOR_ARCHS= i386 diff --git a/games/linux-doom3-demo/Makefile b/games/linux-doom3-demo/Makefile index cef82d97749e..f083b7ae8f7c 100644 --- a/games/linux-doom3-demo/Makefile +++ b/games/linux-doom3-demo/Makefile @@ -19,7 +19,7 @@ COMMENT= DOOM III demo for Linux ONLY_FOR_ARCHS= i386 amd64 USE_LINUX= yes USE_LINUX_APPS= xorglibs -NO_CDROM= Redistribution is limited, see license +NO_CDROM= Redistribution is limited, see license; Requested by id Software NO_BUILD= yes NO_WRKSUBDIR= yes DOOMDIR= ${PREFIX}/lib/${PKGNAMEPREFIX}${PORTNAME} |