diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-03-13 14:42:32 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-03-13 14:42:32 +0000 |
commit | 6aeb077fafa677e8a7b6ce4c4692543366ca7a09 (patch) | |
tree | 6fc4a2dc79ad798ab0bcab2406caa516ce52111b | |
parent | f602845d12b1a12ca0c3ed290ada234d1c9e9261 (diff) | |
download | ports-6aeb077fafa677e8a7b6ce4c4692543366ca7a09.tar.gz ports-6aeb077fafa677e8a7b6ce4c4692543366ca7a09.zip |
Notes
-rw-r--r-- | audio/mziq/Makefile | 8 | ||||
-rw-r--r-- | audio/mziq/files/patch-aa | 11 | ||||
-rw-r--r-- | audio/mziq/files/patch-mziq | 11 | ||||
-rw-r--r-- | audio/mziq/pkg-descr | 2 |
4 files changed, 15 insertions, 17 deletions
diff --git a/audio/mziq/Makefile b/audio/mziq/Makefile index 95c13d03b961..e7edb93e152d 100644 --- a/audio/mziq/Makefile +++ b/audio/mziq/Makefile @@ -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 diff --git a/audio/mziq/files/patch-aa b/audio/mziq/files/patch-aa new file mode 100644 index 000000000000..6f981bb237eb --- /dev/null +++ b/audio/mziq/files/patch-aa @@ -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" diff --git a/audio/mziq/files/patch-mziq b/audio/mziq/files/patch-mziq deleted file mode 100644 index 29caf2ff2146..000000000000 --- a/audio/mziq/files/patch-mziq +++ /dev/null @@ -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. - # diff --git a/audio/mziq/pkg-descr b/audio/mziq/pkg-descr index 926d134e2490..5bab4865d52c 100644 --- a/audio/mziq/pkg-descr +++ b/audio/mziq/pkg-descr @@ -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 |