diff options
author | alepulver <alepulver@FreeBSD.org> | 2006-06-24 23:00:40 +0800 |
---|---|---|
committer | alepulver <alepulver@FreeBSD.org> | 2006-06-24 23:00:40 +0800 |
commit | ce7a293bd5513d6b6a033be051973b948d472563 (patch) | |
tree | 413899305baa39fa80a841f7d31c4b63d75700bb /games | |
parent | 9a6eea90cbe910f980562b51e4d4805313eb2e52 (diff) | |
download | freebsd-ports-graphics-ce7a293bd5513d6b6a033be051973b948d472563.tar.gz freebsd-ports-graphics-ce7a293bd5513d6b6a033be051973b948d472563.tar.zst freebsd-ports-graphics-ce7a293bd5513d6b6a033be051973b948d472563.zip |
- Make fetchable (patch disappeared from PATCH_SITES, so I mirrored it).
Diffstat (limited to 'games')
-rw-r--r-- | games/r1q2/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games/r1q2/Makefile b/games/r1q2/Makefile index cfa4434b4bf..883ad45bf10 100644 --- a/games/r1q2/Makefile +++ b/games/r1q2/Makefile @@ -11,7 +11,8 @@ CATEGORIES= games MASTER_SITES= http://www.r1ch.net/stuff/r1q2/src/ DISTNAME= ${PORTNAME}-b${PORTVERSION}-src -PATCH_SITES= http://qudos.quakedev.com/linux/quake2/engines/R1Q2/ +PATCH_SITES= ${MASTER_SITE_LOCAL} +PATCH_SITE_SUBDIR= alepulver PATCHFILES= r1q2_diff.gz PATCH_DIST_STRIP= -p1 |