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/libsidplay2/Makefile | |
parent | Remove j1594016@ed.kagu.sut.ac.jp as MAINTAINER; email has been bouncing for (diff) |
update with the new PORTNAME/PORTVERSION variables
Notes
Notes:
svn path=/head/; revision=27415
Diffstat (limited to 'audio/libsidplay2/Makefile')
-rw-r--r-- | audio/libsidplay2/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/audio/libsidplay2/Makefile b/audio/libsidplay2/Makefile index f4c87f3d32c3..6ae475b43dcc 100644 --- a/audio/libsidplay2/Makefile +++ b/audio/libsidplay2/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 |