aboutsummaryrefslogtreecommitdiffstats
path: root/net-p2p
diff options
context:
space:
mode:
authordanfe <danfe@FreeBSD.org>2016-10-29 00:00:45 +0800
committerdanfe <danfe@FreeBSD.org>2016-10-29 00:00:45 +0800
commitbe794f9b93e3a053a3d24f6b8dd141e8e288a974 (patch)
treebcf76263a41164f48e2ca80e58ed5cda662bd417 /net-p2p
parent9af6f3273d0e8205575435919147f1d341d8e65d (diff)
downloadfreebsd-ports-graphics-be794f9b93e3a053a3d24f6b8dd141e8e288a974.tar.gz
freebsd-ports-graphics-be794f9b93e3a053a3d24f6b8dd141e8e288a974.tar.zst
freebsd-ports-graphics-be794f9b93e3a053a3d24f6b8dd141e8e288a974.zip
- Remove trailing dot in COMMENT and/or reword it accordingly
- Prefer standard option descriptions, and trim one long line
Diffstat (limited to 'net-p2p')
-rw-r--r--net-p2p/namecoin-daemon/Makefile2
-rw-r--r--net-p2p/namecoin/Makefile5
2 files changed, 2 insertions, 5 deletions
diff --git a/net-p2p/namecoin-daemon/Makefile b/net-p2p/namecoin-daemon/Makefile
index d6d66691d20..3ece9bcc3f3 100644
--- a/net-p2p/namecoin-daemon/Makefile
+++ b/net-p2p/namecoin-daemon/Makefile
@@ -2,8 +2,6 @@
PKGNAMESUFFIX= -daemon
-COMMENT= A decentralized, open DNS system and general purpose key/value store.
-
MASTERDIR= ${.CURDIR}/../namecoin
DESCR= ${MASTERDIR}/pkg-descr
diff --git a/net-p2p/namecoin/Makefile b/net-p2p/namecoin/Makefile
index 72e1a8dd5be..917c20ad047 100644
--- a/net-p2p/namecoin/Makefile
+++ b/net-p2p/namecoin/Makefile
@@ -9,7 +9,7 @@ PORTEPOCH= 1
CATEGORIES= net-p2p dns
MAINTAINER= milios@ccsys.com
-COMMENT= Decentralized, open DNS system and general purpose key/value store
+COMMENT= Decentralized, open DNS and general purpose key/value store
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/COPYING
@@ -19,8 +19,7 @@ LIB_DEPENDS= libboost_date_time.so:devel/boost-libs
OPTIONS_DEFINE= X11 UPNP QRCODES DBUS
OPTIONS_DEFAULT= X11 QRCODES
-UPNP_DESC= Build with UPNP support
-QRCODES_DESC= Build with QR code display
+QRCODES_DESC= QR code display support
USE_GITHUB= yes