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/play | |
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/play')
-rw-r--r-- | audio/play/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/play/Makefile b/audio/play/Makefile index 4c49cb4acf36..c90f598b8e2c 100644 --- a/audio/play/Makefile +++ b/audio/play/Makefile @@ -1,12 +1,12 @@ # New ports collection makefile for: play -# Version required: 1.0 # Date created: 20 May 1998 # Whom: Masanori Kiriake <seiken@nbs.co.jp> # # $FreeBSD$ # -DISTNAME= play-1.0 +PORTNAME= play +PORTVERSION= 1.0 CATEGORIES= audio MASTER_SITES= ftp://ports.jp.FreeBSD.org/pub/FreeBSD-jp/ports-jp/LOCAL_PORTS/ |