diff options
author | Andrej Zverev <az@FreeBSD.org> | 2006-02-22 08:35:50 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2006-02-22 08:35:50 +0000 |
commit | a02df25c27a333357aa4dc5376be9a8df2ffefa8 (patch) | |
tree | 8370258e1a49281a80e4ab222ec7e8b774cead07 /audio | |
parent | 6e827fc721ee40e9f74ab0d7cad283ec0e9f2048 (diff) | |
download | ports-a02df25c27a333357aa4dc5376be9a8df2ffefa8.tar.gz ports-a02df25c27a333357aa4dc5376be9a8df2ffefa8.zip |
Notes
Diffstat (limited to 'audio')
-rw-r--r-- | audio/mp3butler/Makefile | 3 | ||||
-rw-r--r-- | audio/orpheus/Makefile | 1 |
2 files changed, 1 insertions, 3 deletions
diff --git a/audio/mp3butler/Makefile b/audio/mp3butler/Makefile index 45c0121af01c..858424468ca8 100644 --- a/audio/mp3butler/Makefile +++ b/audio/mp3butler/Makefile @@ -8,8 +8,7 @@ PORTNAME= mp3butler PORTVERSION= 2.40 CATEGORIES= audio -MASTER_SITES= http://iainlea.dyndns.org/software/${PORTNAME}/ \ - http://core.inec.ru/~az/ \ +MASTER_SITES= http://iainlea.dyndns.org/software/${PORTNAME}/ MAINTAINER= az@FreeBSD.org COMMENT= A program for renaming mp3 files and looking ID3 tags for it diff --git a/audio/orpheus/Makefile b/audio/orpheus/Makefile index e773fc94fe39..e330f8033218 100644 --- a/audio/orpheus/Makefile +++ b/audio/orpheus/Makefile @@ -19,7 +19,6 @@ RUN_DEPENDS= mpg321:${PORTSDIR}/audio/mpg321 USE_BZIP2= yes HAS_CONFIGURE= yes USE_GMAKE= yes -USE_REINPLACE= yes USE_AUTOTOOLS= autoconf:253 CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib" |