diff options
author | eadler <eadler@FreeBSD.org> | 2013-12-12 12:41:07 +0800 |
---|---|---|
committer | eadler <eadler@FreeBSD.org> | 2013-12-12 12:41:07 +0800 |
commit | 31ae7aecf5e90a1d2f1fdb632959c31c59c8f2cb (patch) | |
tree | 7d8b9fc9a0c3cf1ad9b638834bff8e6257b7f657 /games | |
parent | 6016186e173df572b3e1f34fc688d218ddf75229 (diff) | |
download | freebsd-ports-gnome-31ae7aecf5e90a1d2f1fdb632959c31c59c8f2cb.tar.gz freebsd-ports-gnome-31ae7aecf5e90a1d2f1fdb632959c31c59c8f2cb.tar.zst freebsd-ports-gnome-31ae7aecf5e90a1d2f1fdb632959c31c59c8f2cb.zip |
multiple: sync LEGAL and 'make -VLEGAL'
Do it right this time.
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} |