diff options
author | danfe <danfe@FreeBSD.org> | 2014-07-09 10:29:21 +0800 |
---|---|---|
committer | danfe <danfe@FreeBSD.org> | 2014-07-09 10:29:21 +0800 |
commit | 80e9e5d231679a0f4a3d01cd16491e531ec3ea73 (patch) | |
tree | d312da08ba282ae6507debe3a1910b20c576f5d8 /games/quake2-xatrix/Makefile | |
parent | 8f6b1cc4800d5162820f876d04eddaa75fcf675a (diff) | |
download | freebsd-ports-gnome-80e9e5d231679a0f4a3d01cd16491e531ec3ea73.tar.gz freebsd-ports-gnome-80e9e5d231679a0f4a3d01cd16491e531ec3ea73.tar.zst freebsd-ports-gnome-80e9e5d231679a0f4a3d01cd16491e531ec3ea73.zip |
Mostly cosmetic fixes over various Quake2 ports:
- Wrap overly long lines to fit standard terminal width
- When installing pre-generated docs, do not check PORT_OPTIONS:MDOCS
which is useless in post-stage era
- Simplify MASTER_SITES, optimize away MASTER_SITE_SUBDIR if possible
- Amend COMMENT text and pkg-descr in `quake2-lights' port
- Unbreak installation of Quake2-LNX (icculus.org port)
Diffstat (limited to 'games/quake2-xatrix/Makefile')
-rw-r--r-- | games/quake2-xatrix/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/games/quake2-xatrix/Makefile b/games/quake2-xatrix/Makefile index 3f1b09e476a5..b10ff66b5d5b 100644 --- a/games/quake2-xatrix/Makefile +++ b/games/quake2-xatrix/Makefile @@ -4,13 +4,12 @@ PORTNAME= xatrix PORTVERSION= 3.20 CATEGORIES= games -MASTER_SITES= ${MASTER_SITE_IDSOFTWARE} -MASTER_SITE_SUBDIR= quake2/source +MASTER_SITES= IDSOFTWARE/quake2/source PKGNAMEPREFIX= ${Q2PKGNAMEPREFIX} DISTNAME= ${PORTNAME}src${PORTVERSION:S/.//} EXTRACT_SUFX= .shar.Z -MAINTAINER= ports@FreeBSD.org +MAINTAINER= danfe@FreeBSD.org COMMENT= Quake II: The Reckoning (Xatrix) official mission pack NO_WRKSUBDIR= yes |