diff options
author | Sergei Kolobov <sergei@FreeBSD.org> | 2006-09-20 09:18:31 +0000 |
---|---|---|
committer | Sergei Kolobov <sergei@FreeBSD.org> | 2006-09-20 09:18:31 +0000 |
commit | e6e1a8521897e15096f2cc58c1527dd0033d42e2 (patch) | |
tree | 645778ee698bc4b84dc5340f034d10ddb1737297 /databases | |
parent | ec763040d03e85fc535bfd1feac8205f3f6b03cd (diff) | |
download | ports-e6e1a8521897e15096f2cc58c1527dd0033d42e2.tar.gz ports-e6e1a8521897e15096f2cc58c1527dd0033d42e2.zip |
Notes
Diffstat (limited to 'databases')
-rw-r--r-- | databases/puredb/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/databases/puredb/Makefile b/databases/puredb/Makefile index a9eb94fcd170..5bf3bc0c5b8f 100644 --- a/databases/puredb/Makefile +++ b/databases/puredb/Makefile @@ -8,14 +8,15 @@ PORTNAME= puredb PORTVERSION= 2.1 CATEGORIES= databases -MASTER_SITES= http://www.pureftpd.org/puredb/ +MASTER_SITES= http://download.pureftpd.org/pub/pure-ftpd/pure-db/ \ + ftp://ftp.pureftpd.org/pub/pure-ftpd/pure-db/ DISTNAME= pure-db-${PORTVERSION} MAINTAINER= sergei@FreeBSD.org COMMENT= Set of libraries for creating and reading constant databases GNU_CONFIGURE= yes -INSTALLS_SHLIB= yes +USE_LDCONFIG= yes DOCS= AUTHORS FORMAT_DESCR NEWS README |