diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2009-08-27 18:18:43 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2009-08-27 18:18:43 +0000 |
commit | 213dc26ad01dadf1c9159d3fe274c4dd81cb78ce (patch) | |
tree | 6f741f8171a845e92cf5af8efd43eb493dcfee33 /net/openh323 | |
parent | 2d99f8826833dcc6a2235e0bac2929e9ab26ee7a (diff) |
- Use correct SF url
- Use DIST_SUBDIR instead of DISTNAME hack
- Mark pwlib MAKE_JOBS_UNSAFE
PR: 138236
Submitted by: myself
Approved by: Steve Ames <steve@energistic.com> (maintainer via private email, openh323 patch approved as well)
Notes
Notes:
svn path=/head/; revision=240418
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 |