diff options
Diffstat (limited to 'net/libsocketcpp')
-rw-r--r-- | net/libsocketcpp/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/net/libsocketcpp/Makefile b/net/libsocketcpp/Makefile index 8311d7e7030c..fc6cff79e993 100644 --- a/net/libsocketcpp/Makefile +++ b/net/libsocketcpp/Makefile @@ -9,8 +9,7 @@ PORTNAME= libsocketcpp PORTVERSION= 1.0.7 CATEGORIES= net -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= libsocket +MASTER_SITES= SF/libsocket/${PORTNAME}-stable/${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= A C++ wrapper library to the sockets |