diff options
author | culot <culot@FreeBSD.org> | 2013-06-16 00:11:19 +0800 |
---|---|---|
committer | culot <culot@FreeBSD.org> | 2013-06-16 00:11:19 +0800 |
commit | d56af4ffeeb71ae95438be56fcf5c2a1f7a95528 (patch) | |
tree | 1859717d7e9ee94e9dd2c2e40712b65ecacb74c0 /games | |
parent | 88374952f24ce6925358696e42789476de0da07c (diff) | |
download | freebsd-ports-gnome-d56af4ffeeb71ae95438be56fcf5c2a1f7a95528.tar.gz freebsd-ports-gnome-d56af4ffeeb71ae95438be56fcf5c2a1f7a95528.tar.zst freebsd-ports-gnome-d56af4ffeeb71ae95438be56fcf5c2a1f7a95528.zip |
- Set MASTER_SITES to MASTER_SITE_LOCAL due to the decommissioning of
my own ftp site
- Trim Makefile's header
- Pet portlint(1)
Diffstat (limited to 'games')
-rw-r--r-- | games/oldrunner/Makefile | 9 | ||||
-rw-r--r-- | games/oldrunner/pkg-descr | 2 |
2 files changed, 4 insertions, 7 deletions
diff --git a/games/oldrunner/Makefile b/games/oldrunner/Makefile index 2a62fda51af1..bb7594c98b86 100644 --- a/games/oldrunner/Makefile +++ b/games/oldrunner/Makefile @@ -1,14 +1,11 @@ -# New ports collection makefile for: oldrunner -# Date created: 20 July 2010 -# Whom: Frederic Culot <frederic@culot.org> -# +# Created by: Frederic Culot <frederic@culot.org> # $FreeBSD$ -# PORTNAME= oldrunner PORTVERSION= 20120131 CATEGORIES= games -MASTER_SITES= ftp://culot.org/culot/ +MASTER_SITES= ${MASTER_SITE_LOCAL} +MASTER_SITE_SUBDIR= culot MAINTAINER= culot@FreeBSD.org COMMENT= A textmode remake of Broderbund's LodeRunner diff --git a/games/oldrunner/pkg-descr b/games/oldrunner/pkg-descr index b83b7c1e247b..5001a40261e4 100644 --- a/games/oldrunner/pkg-descr +++ b/games/oldrunner/pkg-descr @@ -1,4 +1,4 @@ Oldrunner is a remake of Broderbund's Loderunner which contains the 150 original game levels. It is written in C and has a textmode interface. -WWW: http://culot.org/public/Code/oldrunner.html +WWW: http://culot.org/public/Code/oldrunner.html |