diff options
-rw-r--r-- | devel/htable/Makefile | 9 | ||||
-rw-r--r-- | devel/htable/pkg-descr | 2 | ||||
-rw-r--r-- | french/fortune-mod-zarathoustra/Makefile | 9 | ||||
-rw-r--r-- | games/oldrunner/Makefile | 9 | ||||
-rw-r--r-- | games/oldrunner/pkg-descr | 2 |
5 files changed, 11 insertions, 20 deletions
diff --git a/devel/htable/Makefile b/devel/htable/Makefile index fe31e2a33826..76bbb5371cc4 100644 --- a/devel/htable/Makefile +++ b/devel/htable/Makefile @@ -1,14 +1,11 @@ -# New ports collection makefile for: htable -# Date created: 13 Aug 2010 -# Whom: Frederic Culot <frederic@culot.org> -# +# Created by: Frederic Culot <frederic@culot.org> # $FreeBSD$ -# PORTNAME= htable PORTVERSION= 1.2 CATEGORIES= devel -MASTER_SITES= ftp://ftp2.culot.org/culot/ +MASTER_SITES= ${MASTER_SITE_LOCAL} +MASTER_SITE_SUBDIR= culot MAINTAINER= culot@FreeBSD.org COMMENT= Lightweight implementation of hash tables in C diff --git a/devel/htable/pkg-descr b/devel/htable/pkg-descr index 7a59450378c9..be0e3b7a1de0 100644 --- a/devel/htable/pkg-descr +++ b/devel/htable/pkg-descr @@ -3,4 +3,4 @@ inspired by the implementations of spray and red-black trees found in *BSD kernels. To use it, you only need to copy the header file "htable.h" into your project. -WWW: http://culot.org/public/Code/htable.html +WWW: http://culot.org/public/Code/htable.html diff --git a/french/fortune-mod-zarathoustra/Makefile b/french/fortune-mod-zarathoustra/Makefile index 7646e88daa1a..afb93ac0a548 100644 --- a/french/fortune-mod-zarathoustra/Makefile +++ b/french/fortune-mod-zarathoustra/Makefile @@ -1,14 +1,11 @@ -# New ports collection makefile for: fortune-mod-zarathoustra -# Date created: 2010-09-05 -# Whom: Frederic Culot <frederic@culot.org> -# +# Created by: Frederic Culot <frederic@culot.org> # $FreeBSD$ -# PORTNAME= fortune-mod-zarathoustra PORTVERSION= 20100905 CATEGORIES= french -MASTER_SITES= ftp://ftp2.culot.org/culot/ +MASTER_SITES= ${MASTER_SITE_LOCAL} +MASTER_SITE_SUBDIR= culot MAINTAINER= culot@FreeBSD.org COMMENT= Compilation of quotes from Nietzsche's Thus spoke Zarathustra 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 |