diff options
Diffstat (limited to 'net/openh323')
-rw-r--r-- | net/openh323/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/net/openh323/Makefile b/net/openh323/Makefile index f02ad3b3c638..702b9092a2ce 100644 --- a/net/openh323/Makefile +++ b/net/openh323/Makefile @@ -9,9 +9,10 @@ PORTNAME= openh323 PORTVERSION= 1.19.0.1 PORTREVISION= 1 CATEGORIES= net -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -DISTNAME= openh323/${PORTNAME}-v${PORTVERSION:S/./_/g}-src- -EXTRACT_SUFX= tar.gz +MASTER_SITES= SF +DISTNAME= ${PORTNAME}-v${PORTVERSION:S/./_/g}-src +EXTRACT_SUFX= -tar.gz +DIST_SUBDIR= openh323 MAINTAINER= steve@energistic.com COMMENT= A H323 Video Conferencing library |