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/sidplay | |
parent | a2d195d5e98a9e6595f29b11d8cba58b9bf38910 (diff) | |
download | FreeBSD-ports-ff937aa62d305b29ccf01992d537477ef5b3b89d.zip FreeBSD-ports-ff937aa62d305b29ccf01992d537477ef5b3b89d.tar.gz |
update with the new PORTNAME/PORTVERSION variables
Diffstat (limited to 'audio/sidplay')
-rw-r--r-- | audio/sidplay/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/audio/sidplay/Makefile b/audio/sidplay/Makefile index f4c87f3..6ae475b 100644 --- a/audio/sidplay/Makefile +++ b/audio/sidplay/Makefile @@ -1,15 +1,15 @@ # New ports collection makefile for: sidplay -# Version required: 1.36.31 # Date created: 31 October 1996 # Whom: Stefan Zehl <sec@42.org> # # $FreeBSD$ # -DISTNAME= sidplay-1_36_35 -PKGNAME= sidplay-1.36.35 +PORTNAME= sidplay +PORTVERSION= 1.36.35 CATEGORIES= audio emulators MASTER_SITES= http://www.geocities.com/SiliconValley/Lakes/5147/sidplay/packages/ +DISTNAME= ${PORTNAME}-1_36_35 EXTRACT_SUFX= .tgz MAINTAINER= sec@42.org |