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/ripenc | |
parent | 756191223822e770f94301c2b8942dccf13cc264 (diff) | |
download | ports-bcd8ffd9d02ae8abfa24cfffffc4c496a55b29e2.tar.gz ports-bcd8ffd9d02ae8abfa24cfffffc4c496a55b29e2.zip |
Notes
Diffstat (limited to 'audio/ripenc')
-rw-r--r-- | audio/ripenc/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/audio/ripenc/Makefile b/audio/ripenc/Makefile index f23bea162e32..f5a4563db06f 100644 --- a/audio/ripenc/Makefile +++ b/audio/ripenc/Makefile @@ -1,16 +1,16 @@ # New ports collection makefile for: ripenc # URL: http://www.asde.com/~mjparme/index.htm -# Version required: 0.7 # Date created: 28 February 1999 # Whom: Joao Carlos Mendes Luis <jonny@jonny.eng.br> # # $FreeBSD$ # -DISTNAME= ripenc0.7 -PKGNAME= ripenc-0.7 +PORTNAME= ripenc +PORTVERSION= 0.7 CATEGORIES= audio MASTER_SITES= http://www.asde.com/~mjparme/ +DISTNAME= ${PORTNAME}${PORTVERSION} MAINTAINER= jonny@jonny.eng.br |