diff options
-rw-r--r-- | net/dbeacon/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/dbeacon/Makefile b/net/dbeacon/Makefile index 3345255ea0d3..085a956ed597 100644 --- a/net/dbeacon/Makefile +++ b/net/dbeacon/Makefile @@ -4,7 +4,7 @@ PORTNAME= dbeacon PORTVERSION= 0.3.9.1 CATEGORIES= net -MASTER_SITES= http://BSDforge.com/projects/source/net/dbeacon/ +MASTER_SITES= https://BSDforge.com/projects/source/net/dbeacon/ MAINTAINER= portmaster@BSDforge.com COMMENT= Distributed multicast beacon server @@ -12,6 +12,7 @@ COMMENT= Distributed multicast beacon server LICENSE= GPLv2+ USES= gmake +USE_CXXSTD= c++98 PLIST_FILES= bin/dbeacon man/man1/dbeacon.1.gz USE_RC_SUBR= dbeacon |