diff options
author | mnag <mnag@FreeBSD.org> | 2007-02-08 20:05:34 +0800 |
---|---|---|
committer | mnag <mnag@FreeBSD.org> | 2007-02-08 20:05:34 +0800 |
commit | 91b1a16783a3831e4d1a4486b0f42e23b275b785 (patch) | |
tree | b4ae650ea2f9c861653d48afdab28e3b7d25c25c /games/ctris/Makefile | |
parent | d0de95b6f59bcdcdaa717ae99771037f76588256 (diff) | |
download | freebsd-ports-gnome-91b1a16783a3831e4d1a4486b0f42e23b275b785.tar.gz freebsd-ports-gnome-91b1a16783a3831e4d1a4486b0f42e23b275b785.tar.zst freebsd-ports-gnome-91b1a16783a3831e4d1a4486b0f42e23b275b785.zip |
- Remove MASTER_SITE_LOCAL since distfile does not exists.
Diffstat (limited to 'games/ctris/Makefile')
-rw-r--r-- | games/ctris/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/games/ctris/Makefile b/games/ctris/Makefile index 86676370f955..5bfd13cd50c9 100644 --- a/games/ctris/Makefile +++ b/games/ctris/Makefile @@ -9,9 +9,7 @@ PORTNAME= ctris PORTVERSION= 0.42 CATEGORIES= games MASTER_SITES= http://www.hackl.dhs.org/data/download/files/ \ - http://www.liquidx.org/distfiles/ \ - ${MASTER_SITE_LOCAL} -MASTER_SITE_SUBDIR= mnag/${PORTNAME} + http://www.liquidx.org/distfiles/ MAINTAINER= tlp@liquidx.org COMMENT= Colorized, small and flexible Tetris(TM)-clone for the console |