diff options
author | Michael Haro <mharo@FreeBSD.org> | 2000-04-08 21:25:03 +0000 |
---|---|---|
committer | Michael Haro <mharo@FreeBSD.org> | 2000-04-08 21:25:03 +0000 |
commit | bcd8ffd9d02ae8abfa24cfffffc4c496a55b29e2 (patch) | |
tree | 3e83c1f293779db0f23c9e63d65d38cccd689551 /audio/raproxy | |
parent | 756191223822e770f94301c2b8942dccf13cc264 (diff) | |
download | ports-bcd8ffd9d02ae8abfa24cfffffc4c496a55b29e2.tar.gz ports-bcd8ffd9d02ae8abfa24cfffffc4c496a55b29e2.zip |
update with the new PORTNAME/PORTVERSION variables
Notes
Notes:
svn path=/head/; revision=27415
Diffstat (limited to 'audio/raproxy')
-rw-r--r-- | audio/raproxy/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/audio/raproxy/Makefile b/audio/raproxy/Makefile index 7e87279b4e20..b8c27aaaca6a 100644 --- a/audio/raproxy/Makefile +++ b/audio/raproxy/Makefile @@ -1,15 +1,15 @@ # New ports collection makefile for: raproxy -# Version required: 3.0b1 # Date created: January 24, 1999 # Whom: mi@aldan.algebra.com # # $FreeBSD$ # -DISTNAME= raproxy3.0b1 -PKGNAME= raproxy-3.0b1 +PORTNAME= raproxy +PORTVERSION= 3.0b1 CATEGORIES= audio net MASTER_SITES= http://docs.real.com/proxykit/ +DISTNAME= ${PORTNAME}${PORTVERSION} MAINTAINER= nsayer@freebsd.org |