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/mpg123.el | |
parent | 756191223822e770f94301c2b8942dccf13cc264 (diff) | |
download | ports-bcd8ffd9d02ae8abfa24cfffffc4c496a55b29e2.tar.gz ports-bcd8ffd9d02ae8abfa24cfffffc4c496a55b29e2.zip |
update with the new PORTNAME/PORTVERSION variables
Notes
Notes:
svn path=/head/; revision=27415
Diffstat (limited to 'audio/mpg123.el')
-rw-r--r-- | audio/mpg123.el/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/audio/mpg123.el/Makefile b/audio/mpg123.el/Makefile index 8041e6d9d512..f821f59c092d 100644 --- a/audio/mpg123.el/Makefile +++ b/audio/mpg123.el/Makefile @@ -1,15 +1,15 @@ # New ports collection makefile for: mpg123.el -# Version required: 1.5 # Date created: 99/10/6 # Whom: Satoshi Taoka <taoka@FreeBSD.org> # # $FreeBSD$ # -DISTNAME= mpg123.el -PKGNAME= mpg123.el-1.5 +PORTNAME= mpg123.el +PORTVERSION= 1.5 CATEGORIES= audio elisp MASTER_SITES= http://www.gentei.org/~yuuji/software/mpg123el/ +DISTNAME= ${PORTNAME} EXTRACT_SUFX= # empty MAINTAINER= taoka@FreeBSD.org |