aboutsummaryrefslogtreecommitdiff
path: root/devel/htable
diff options
context:
space:
mode:
authorFrederic Culot <culot@FreeBSD.org>2013-06-15 16:11:19 +0000
committerFrederic Culot <culot@FreeBSD.org>2013-06-15 16:11:19 +0000
commit7d458745b319fceb9b441e047136a470691149f9 (patch)
tree1859717d7e9ee94e9dd2c2e40712b65ecacb74c0 /devel/htable
parentd2ab1f37c8862628e8b69e66d16cb3a5f4d18153 (diff)
downloadports-7d458745b319fceb9b441e047136a470691149f9.tar.gz
ports-7d458745b319fceb9b441e047136a470691149f9.zip
- Set MASTER_SITES to MASTER_SITE_LOCAL due to the decommissioning of
my own ftp site - Trim Makefile's header - Pet portlint(1)
Notes
Notes: svn path=/head/; revision=321005
Diffstat (limited to 'devel/htable')
-rw-r--r--devel/htable/Makefile9
-rw-r--r--devel/htable/pkg-descr2
2 files changed, 4 insertions, 7 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