mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
Fix patch problem and project homepage url
PR: 35857 Submitted by: maintainer
This commit is contained in:
parent
f602845d12
commit
6aeb077faf
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=56003
@ -7,6 +7,7 @@
|
||||
|
||||
PORTNAME= mziq
|
||||
PORTVERSION= 0.2.49
|
||||
PORTVISION= 1
|
||||
CATEGORIES= audio
|
||||
MASTER_SITES= http://cseg.lucidx.com/projects/src/mziq/
|
||||
|
||||
@ -16,21 +17,18 @@ RUN_DEPENDS= ${LOCALBASE}/bin/mpg123:${PORTSDIR}/audio/mpg123
|
||||
|
||||
WRKSRC= ${WRKDIR}/MZiq
|
||||
|
||||
BINS= gmziq jukebox mziq
|
||||
DOCS= LASTLOG README TODO rcfile
|
||||
|
||||
NO_BUILD= yes
|
||||
USE_PERL5= yes
|
||||
|
||||
do-install:
|
||||
.for FILE in ${BINS}
|
||||
.for FILE in gmziq junkbox mziq
|
||||
@${INSTALL_SCRIPT} ${WRKSRC}/${FILE} ${PREFIX}/bin
|
||||
.endfor
|
||||
|
||||
.if !defined(NOPORTDOCS)
|
||||
post-install:
|
||||
@${MKDIR} ${DOCSDIR}
|
||||
.for FILE in ${DOCS}
|
||||
.for FILE in LASTLOG README TODO rcfile
|
||||
@${INSTALL_DATA} ${WRKSRC}/${FILE} ${DOCSDIR}
|
||||
.endfor
|
||||
.endif
|
||||
|
11
audio/mziq/files/patch-aa
Normal file
11
audio/mziq/files/patch-aa
Normal file
@ -0,0 +1,11 @@
|
||||
--- rcfile.orig Wed Mar 13 21:18:08 2002
|
||||
+++ rcfile Wed Mar 13 21:18:41 2002
|
||||
@@ -31,7 +31,7 @@
|
||||
#
|
||||
|
||||
# It defines the top-level directories where the program will search for files.
|
||||
-basedir = "/storage/mp3"
|
||||
+basedir = "$home"
|
||||
|
||||
# MZiq's home directory.
|
||||
mziq = "$home/.mziq"
|
@ -1,11 +0,0 @@
|
||||
--- mziq.orig Sat Aug 25 01:42:16 2001
|
||||
+++ mziq Sat Aug 25 01:42:33 2001
|
||||
@@ -52,7 +52,7 @@
|
||||
#
|
||||
# This is the only option you really need to modify. It defines the top-level
|
||||
# directories where the program will search for files.
|
||||
-@basedir = ("/storage/mp3");
|
||||
+@basedir = ("$ENV{'HOME'}");
|
||||
|
||||
# These options might work for most people.
|
||||
#
|
@ -1,7 +1,7 @@
|
||||
MZiq is a Perl frontend for mpg123. Its main feature is the deployment of
|
||||
Perl's regular expressions for ease of playlist creation.
|
||||
|
||||
WWW: http://cseg.lucidx.com/mziq/
|
||||
WWW: http://cseg.lucidx.com/projects/
|
||||
|
||||
- Gea-Suan Lin
|
||||
gslin@ccca.nctu.edu.tw
|
||||
|
Loading…
Reference in New Issue
Block a user