diff options
Diffstat (limited to 'net/omnitty/Makefile')
-rw-r--r-- | net/omnitty/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/net/omnitty/Makefile b/net/omnitty/Makefile index e1416cab027d..ab30d3ac4b3e 100644 --- a/net/omnitty/Makefile +++ b/net/omnitty/Makefile @@ -9,8 +9,7 @@ PORTNAME= omnitty PORTVERSION= 0.3.0 PORTREVISION= 1 CATEGORIES= net -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= ${PORTNAME} +MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} MAINTAINER= rafan@FreeBSD.org COMMENT= A curses-based SSH multiplexer |