diff options
author | Chris Piazza <cpiazza@FreeBSD.org> | 2000-04-09 18:14:07 +0000 |
---|---|---|
committer | Chris Piazza <cpiazza@FreeBSD.org> | 2000-04-09 18:14:07 +0000 |
commit | 93a61d6874669ec2bb1bc7deebc61598e4174442 (patch) | |
tree | b771014812f92756476f174cb7d6d567fc13dbc2 /net/opal | |
parent | e062d3845f126e409fb15b1ae6b67f75410a881b (diff) | |
download | ports-93a61d6874669ec2bb1bc7deebc61598e4174442.tar.gz ports-93a61d6874669ec2bb1bc7deebc61598e4174442.zip |
Notes
Diffstat (limited to 'net/opal')
-rw-r--r-- | net/opal/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/net/opal/Makefile b/net/opal/Makefile index 1bec4b123bbd..647b1ae481ef 100644 --- a/net/opal/Makefile +++ b/net/opal/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 |