aboutsummaryrefslogtreecommitdiff
path: root/audio/replay
diff options
context:
space:
mode:
authorMichael Haro <mharo@FreeBSD.org>2000-04-08 21:25:03 +0000
committerMichael Haro <mharo@FreeBSD.org>2000-04-08 21:25:03 +0000
commitbcd8ffd9d02ae8abfa24cfffffc4c496a55b29e2 (patch)
tree3e83c1f293779db0f23c9e63d65d38cccd689551 /audio/replay
parent756191223822e770f94301c2b8942dccf13cc264 (diff)
downloadports-bcd8ffd9d02ae8abfa24cfffffc4c496a55b29e2.tar.gz
ports-bcd8ffd9d02ae8abfa24cfffffc4c496a55b29e2.zip
update with the new PORTNAME/PORTVERSION variables
Notes
Notes: svn path=/head/; revision=27415
Diffstat (limited to 'audio/replay')
-rw-r--r--audio/replay/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/audio/replay/Makefile b/audio/replay/Makefile
index 6e8f2466a662..6413ab593e0d 100644
--- a/audio/replay/Makefile
+++ b/audio/replay/Makefile
@@ -1,17 +1,17 @@
# New ports collection makefile for: replay
-# Version required: 0.61
# Date created: Oct 27 1998
# Whom: Vanilla Pooh Shu <vanilla@FreeBSD.org>
#
# $FreeBSD$
#
-DISTNAME= replay-source-dgtk_0.61
-PKGNAME= replay-0.61
+PORTNAME= replay
+PORTVERSION= 0.61
CATEGORIES= audio
MASTER_SITES= http://replay.replicant.nu/files/ \
ftp://ftp.icemark.ch/pub/replay/ \
ftp://k2.lund.se/pub/replay/
+DISTNAME= ${PORTNAME}-source-dgtk_${PORTVERSION}
MAINTAINER= nakai@FreeBSD.org