diff options
author | sem <sem@FreeBSD.org> | 2005-09-28 10:44:32 +0000 |
---|---|---|
committer | sem <sem@FreeBSD.org> | 2005-09-28 10:44:32 +0000 |
commit | ce761f80b197207332b7867af5bddc2ebbfd08f3 (patch) | |
tree | 5048c28b835829e1d1dbfe8725db4bd2a3d8e5f2 /devel | |
parent | f748e6f788bc7307cfdd22693b2c347c4c1ac8ab (diff) | |
download | FreeBSD-ports-ce761f80b197207332b7867af5bddc2ebbfd08f3.zip FreeBSD-ports-ce761f80b197207332b7867af5bddc2ebbfd08f3.tar.gz |
- Fix indenting
Diffstat (limited to 'devel')
-rw-r--r-- | devel/libhash/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/libhash/Makefile b/devel/libhash/Makefile index c105f14..78f8412 100644 --- a/devel/libhash/Makefile +++ b/devel/libhash/Makefile @@ -9,8 +9,8 @@ PORTNAME= libhash PORTVERSION= 1.0.3 CATEGORIES= devel MASTER_SITES= ftp://ftp.ugh.net.au/pub/unix/libhash/ \ - ftp://ftp.megamirror.com/pub/ugh/unix/libhash/ \ - http://ftp.megamirror.com/pub/ugh/unix/libhash/ + ftp://ftp.megamirror.com/pub/ugh/unix/libhash/ \ + http://ftp.megamirror.com/pub/ugh/unix/libhash/ MAINTAINER= andrew@ugh.net.au COMMENT= A library for manipulating hash tables |