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/gnapster | |
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/gnapster')
-rw-r--r-- | audio/gnapster/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/gnapster/Makefile b/audio/gnapster/Makefile index c8a3d6a1e6b6..3b6ec93cca08 100644 --- a/audio/gnapster/Makefile +++ b/audio/gnapster/Makefile @@ -1,12 +1,12 @@ # New ports collection makefile for: gnapster -# Version required: 1.3.8 # Date created: 24 December 1999 # Whom: Chris Piazza <cpiazza@FreeBSD.org> # # $FreeBSD$ # -DISTNAME= gnapster-1.3.8 +PORTNAME= gnapster +PORTVERSION= 1.3.8 CATEGORIES= audio MASTER_SITES= http://www.gotlinux.org/~jasta/files/ |