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/xmixer | |
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/xmixer')
-rw-r--r-- | audio/xmixer/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/xmixer/Makefile b/audio/xmixer/Makefile index 20905683f95a..67b3407924e4 100644 --- a/audio/xmixer/Makefile +++ b/audio/xmixer/Makefile @@ -1,12 +1,12 @@ # New ports collection makefile for: xmixer -# Version required: 0.9.3 # Date created: 27 October 1999 # Whom: trevor@jpj.net # # $FreeBSD$ # -DISTNAME= xmixer-0.9.3 +PORTNAME= xmixer +PORTVERSION= 0.9.3 CATEGORIES= audio MASTER_SITES= http://www.hdk-berlin.de/~rasca/ MASTER_SITE_SUBDIR= apps/sound/mixers |