diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2003-08-22 08:52:37 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2003-08-22 08:52:37 +0000 |
commit | eed93068a5fd66702ef08d97b8097d390adbec6a (patch) | |
tree | 8fd25ad8083acf6bf4ba5b0c5873be18bd522fbe /net/gnunet/Makefile | |
parent | e943c0416459fc305089185b6715ed47133a26ed (diff) |
Notes
Diffstat (limited to 'net/gnunet/Makefile')
-rw-r--r-- | net/gnunet/Makefile | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/net/gnunet/Makefile b/net/gnunet/Makefile index 948508a0bbf8..468aaf8d91c3 100644 --- a/net/gnunet/Makefile +++ b/net/gnunet/Makefile @@ -7,11 +7,10 @@ # PORTNAME= gnunet -PORTVERSION= 0.5.4 -PORTREVISION= 1 +PORTVERSION= 0.5.5 CATEGORIES= net -MASTER_SITES= ${MASTER_SITE_GNU} \ - http://www.ovmj.org/GNUnet/download/ +MASTER_SITES= http://www.ovmj.org/GNUnet/download/ \ + ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= ${PORTNAME} DISTNAME= GNUnet-${PORTVERSION} @@ -68,8 +67,11 @@ PLIST_SUB+= WITH_IPV6="@comment " .endif MAN1= gnunet-chat.1 gnunet-check.1 gnunet-convert.1 \ - gnunet-delete.1 gnunet-download.1 gnunet-gtk.1 \ - gnunet-insert-multi.1 gnunet-insert.1 gnunet-search.1 \ + gnunet-delete.1 gnunet-directory.1 gnunet-download.1 \ + gnunet-gtk.1 gnunet-insert.1 \ + gnunet-peer-info.1 gnunet-pseudonym-create.1 \ + gnunet-pseudonym-delete.1 gnunet-pseudonym-list.1 \ + gnunet-search.1 gnunet-search-sblock.1 gnunet-stats.1 \ gnunet-tbench.1 gnunet-tracekit.1 \ gnunet-transport-check.1 gnunetd.1 MAN5= gnunet.conf.5 |