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/x11amp | |
parent | 756191223822e770f94301c2b8942dccf13cc264 (diff) |
update with the new PORTNAME/PORTVERSION variables
Notes
Notes:
svn path=/head/; revision=27415
Diffstat (limited to 'audio/x11amp')
-rw-r--r-- | audio/x11amp/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/audio/x11amp/Makefile b/audio/x11amp/Makefile index bf2a3ebee916..aaef17667280 100644 --- a/audio/x11amp/Makefile +++ b/audio/x11amp/Makefile @@ -1,15 +1,15 @@ # New ports collection makefile for: x11amp -# Version required: 0.7 # Date created: 13 Jul 1998 # Whom: Donald Burr <dburr@FreeBSD.org> # # $FreeBSD$ # -DISTNAME= x11amp-freebsd-0.8 -PKGNAME= x11amp-0.8 +PORTNAME= x11amp +PORTVERSION= 0.8 CATEGORIES= audio MASTER_SITES= ftp://www.se.opensound.com/pub/oss/ossapps/ +DISTNAME= ${PORTNAME}-freebsd-${PORTVERSION} EXTRACT_SUFX= .tar.gz MAINTAINER= dburr@FreeBSD.org |