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/xmix/Makefile | |
parent | Remove j1594016@ed.kagu.sut.ac.jp as MAINTAINER; email has been bouncing for (diff) |
update with the new PORTNAME/PORTVERSION variables
Diffstat (limited to '')
-rw-r--r-- | audio/xmix/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/xmix/Makefile b/audio/xmix/Makefile index 0f68e62d4a54..8c4eb26c14a5 100644 --- a/audio/xmix/Makefile +++ b/audio/xmix/Makefile @@ -1,12 +1,12 @@ # New ports collection makefile for: xmix -# Version required: 2.1 # Date created: 30 June 1995 # Whom: janek@gaja.ipan.lublin.pl # # $FreeBSD$ # -DISTNAME= xmix-2.1 +PORTNAME= xmix +PORTVERSION= 2.1 CATEGORIES= audio MASTER_SITES= ${MASTER_SITE_SUNSITE} MASTER_SITE_SUBDIR= apps/sound/mixers |