diff options
author | cpiazza <cpiazza@FreeBSD.org> | 2000-04-10 02:14:07 +0800 |
---|---|---|
committer | cpiazza <cpiazza@FreeBSD.org> | 2000-04-10 02:14:07 +0800 |
commit | c87133c16a2706e2e31935f0fbb9ad36f415370c (patch) | |
tree | 6422e8b75172ae95b0161366b1f713fb31711a7a /net/openh323 | |
parent | f473133a811239a33610f5a219dc28385fcc339b (diff) | |
download | freebsd-ports-gnome-c87133c16a2706e2e31935f0fbb9ad36f415370c.tar.gz freebsd-ports-gnome-c87133c16a2706e2e31935f0fbb9ad36f415370c.tar.zst freebsd-ports-gnome-c87133c16a2706e2e31935f0fbb9ad36f415370c.zip |
Update with the new PORTNAME/PORTVERSION variables
Diffstat (limited to 'net/openh323')
-rw-r--r-- | net/openh323/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/net/openh323/Makefile b/net/openh323/Makefile index 1bec4b123bbd..647b1ae481ef 100644 --- a/net/openh323/Makefile +++ b/net/openh323/Makefile @@ -1,18 +1,17 @@ # New ports collection makefile for: openh323 -# Version required: 1.1alpha1 # Date created: Thu Feb 17 15:00:48 GMT 2000 # Whom: Roger Hardiman <roger@freebsd.org> # # $FreeBSD$ # -DISTNAME= openh323_1.1alpha1 -PKGNAME= openh323-1.1.a1 +PORTNAME= openh323 +PORTVERSION= 1.1.a1 CATEGORIES= net MASTER_SITES= http://www.openh323.org/bin/ \ http://www.de.openh323.org/bin/ \ http://www.ru.openh323.org/bin/ -DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \ +DISTFILES= openh323_1.1alpha1${EXTRACT_SUFX} \ pwlib_min_1.14.tar.gz MAINTAINER= roger@freebsd.org |