diff options
author | danfe <danfe@FreeBSD.org> | 2013-03-14 01:37:03 +0800 |
---|---|---|
committer | danfe <danfe@FreeBSD.org> | 2013-03-14 01:37:03 +0800 |
commit | 8bfdc0635a0f1e56c237497348cefc901d6bf99c (patch) | |
tree | ead103f4e1ba025819e98319daf8e2ca4a595c4f /games/yadex | |
parent | 420fc9f459a93f15096819be1361a9a69f9d260a (diff) | |
download | freebsd-ports-gnome-8bfdc0635a0f1e56c237497348cefc901d6bf99c.tar.gz freebsd-ports-gnome-8bfdc0635a0f1e56c237497348cefc901d6bf99c.tar.zst freebsd-ports-gnome-8bfdc0635a0f1e56c237497348cefc901d6bf99c.zip |
- Remove unreachable site from MASTER_SITES
- Tighten OPTIONS knobs descriptions, reindent
- Remove some black magic from PATCH_PREFIX
Diffstat (limited to 'games/yadex')
-rw-r--r-- | games/yadex/Makefile | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/games/yadex/Makefile b/games/yadex/Makefile index f8e15b5d162f..2dcc51953c45 100644 --- a/games/yadex/Makefile +++ b/games/yadex/Makefile @@ -5,8 +5,7 @@ PORTNAME= yadex PORTVERSION= 1.7.0 PORTREVISION= 2 CATEGORIES= games -MASTER_SITES= http://www.teaser.fr/~amajorel/yadex/ \ - http://hjem.get2net.dk/RasII/amajorel/yadex/ +MASTER_SITES= http://www.teaser.fr/~amajorel/yadex/ DIST_SUBDIR= ${PORTNAME} MAINTAINER= danfe@FreeBSD.org @@ -25,18 +24,18 @@ MAN6= yadex.6 OPTIONS_DEFINE= WHITE_BG 3D_RENDER SEARCH EXTRA_TOOLS LAPTOP_KEYS DOCS -WHITE_BG_DESC= Use alternative (black-on-white) color scheme -3D_RENDER_DESC= Build with a 3D preview function -SEARCH_DESC= Search for a thing, linedef, or sector by type +WHITE_BG_DESC= Alternative (black-on-white) color scheme +3D_RENDER_DESC= Build with 3D preview function +SEARCH_DESC= Thing, linedef, or sector search by type EXTRA_TOOLS_DESC= Add a few extra tools to Yadex' repertoire -LAPTOP_KEYS_DESC= Key bindings to make editing easier on laptops +LAPTOP_KEYS_DESC= Key bindings for easier editing on laptops .include <bsd.port.options.mk> PATCH_SITES= http://glbsp.sourceforge.net/%SUBDIR%/ PATCH_SITE_SUBDIR= ${PORTNAME} PATCH_DIST_STRIP= -p1 -PATCH_PREFIX= ${PORTNAME:U:C/^(.).*$/\1/g}${PORTNAME:C/^(.)//}_${PORTVERSION:S/.//g} +PATCH_PREFIX= Yadex_${PORTVERSION:S/.//g} PATCH_SUFFIX= .diff PATCHFILES= ${PATCH_PREFIX}_Depend${PATCH_SUFFIX} |