1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-22 08:58:47 +00:00

Fix MASTER_SITES, remove uneeded patch-aa. The DISTNAME has also

changed (which is the reason for the new distinfo file).

PR:		33787
Submitted by:	KATO Tsuguru <tkato@prontomail.com>
This commit is contained in:
Jim Mock 2002-01-14 07:47:15 +00:00
parent 33352d95f3
commit f2769c04c9
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=53039
3 changed files with 10 additions and 12 deletions

View File

@ -8,11 +8,17 @@
PORTNAME= mp3rename
PORTVERSION= 0.6
CATEGORIES= audio
MASTER_SITES= http://www.rendo.dekooi.nl/~janssen/
MASTER_SITES= ftp://ftp.debian.org/debian/pool/main/m/mp3rename/
DISTNAME= ${PORTNAME}_${PORTVERSION}.orig
MAINTAINER= ports@FreeBSD.Org
MAINTAINER= ports@FreeBSD.org
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}.orig
do-build:
cd ${WRKSRC} && ${CC} ${CFLAGS} -o mp3rename mp3rename.c
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/mp3rename $(PREFIX)/bin/mp3rename
${INSTALL_PROGRAM} ${WRKSRC}/mp3rename ${PREFIX}/bin
.include <bsd.port.mk>

View File

@ -1 +1 @@
MD5 (mp3rename-0.6.tar.gz) = 6a9dd56f33a4d13e9ec2a94dd7c51ef0
MD5 (mp3rename_0.6.orig.tar.gz) = c3c3dff9ed533103eede86fbce75a7b1

View File

@ -1,8 +0,0 @@
--- Makefile.orig Sat May 27 18:19:33 2000
+++ Makefile Sat May 27 18:20:15 2000
@@ -13,5 +13,3 @@
install:
$(INSTALL) -c mp3rename $(PREFIX)/bin/mp3rename
- $(INSTALL) -c mp3rename.1.gz $(PREFIX)/man/man1/
-