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/mp3rename | |
parent | 756191223822e770f94301c2b8942dccf13cc264 (diff) | |
download | ports-bcd8ffd9d02ae8abfa24cfffffc4c496a55b29e2.tar.gz ports-bcd8ffd9d02ae8abfa24cfffffc4c496a55b29e2.zip |
Notes
Diffstat (limited to 'audio/mp3rename')
-rw-r--r-- | audio/mp3rename/Makefile | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/audio/mp3rename/Makefile b/audio/mp3rename/Makefile index dac49c037d11..dfc543a85cd4 100644 --- a/audio/mp3rename/Makefile +++ b/audio/mp3rename/Makefile @@ -1,21 +1,21 @@ # New ports collection makefile for: mp3rename -# Version required: 0.4 # Date created: 6 Januari 2000 # Whom: Sander Janssen <janssen@rendo.dekooi.nl> # # $FreeBSD$ # -DISTNAME= mp3rename-0.4 -CATEGORIES= audio -MASTER_SITES= http://www.rendo.dekooi.nl/~janssen/ +PORTNAME= mp3rename +PORTVERSION= 0.4 +CATEGORIES= audio +MASTER_SITES= http://www.rendo.dekooi.nl/~janssen/ -MAINTAINER= janssen@rendo.dekooi.nl +MAINTAINER= janssen@rendo.dekooi.nl -FETCH_BEFORE_ARGS= -b +FETCH_BEFORE_ARGS= -b -MAN1= mp3rename.1 -MANCOMPRESSED= yes +MAN1= mp3rename.1 +MANCOMPRESSED= yes post-install: strip ${PREFIX}/bin/mp3rename |