diff options
author | mharo <mharo@FreeBSD.org> | 2000-04-08 21:25:03 +0000 |
---|---|---|
committer | mharo <mharo@FreeBSD.org> | 2000-04-08 21:25:03 +0000 |
commit | ff937aa62d305b29ccf01992d537477ef5b3b89d (patch) | |
tree | f98bc25189c565f4f50629e09fc058725b4c78f2 /audio/pysol-sound-server/Makefile | |
parent | a2d195d5e98a9e6595f29b11d8cba58b9bf38910 (diff) | |
download | FreeBSD-ports-ff937aa62d305b29ccf01992d537477ef5b3b89d.zip FreeBSD-ports-ff937aa62d305b29ccf01992d537477ef5b3b89d.tar.gz |
update with the new PORTNAME/PORTVERSION variables
Diffstat (limited to 'audio/pysol-sound-server/Makefile')
-rw-r--r-- | audio/pysol-sound-server/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/pysol-sound-server/Makefile b/audio/pysol-sound-server/Makefile index 2a6307c..db15010 100644 --- a/audio/pysol-sound-server/Makefile +++ b/audio/pysol-sound-server/Makefile @@ -1,12 +1,12 @@ # New ports collection makefile for: pysol-sound-server -# Version required: 2.10 # Date created: 7 January 2000 # Whom: Maxim Sobolev # # $FreeBSD$ # -DISTNAME= pysol-sound-server-2.10 +PORTNAME= pysol-sound-server +PORTVERSION= 2.10 CATEGORIES= audio games MASTER_SITES= http://wildsau.idv.uni-linz.ac.at/mfx/download/pysol/pysol-sound-server/ |