diff -ruN /usr/ports/audio/mziq/Makefile mziq/Makefile --- /usr/ports/audio/mziq/Makefile Wed Mar 13 00:53:52 2002 +++ mziq/Makefile Wed Mar 13 21:20:41 2002 @@ -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 @@ 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 -ruN /usr/ports/audio/mziq/files/patch-aa mziq/files/patch-aa --- /usr/ports/audio/mziq/files/patch-aa Thu Jan 1 08:00:00 1970 +++ mziq/files/patch-aa Wed Mar 13 21:18:58 2002 @@ -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 -ruN /usr/ports/audio/mziq/files/patch-mziq mziq/files/patch-mziq --- /usr/ports/audio/mziq/files/patch-mziq Sat Aug 25 02:08:50 2001 +++ mziq/files/patch-mziq Thu Jan 1 08:00:00 1970 @@ -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 -ruN /usr/ports/audio/mziq/pkg-descr mziq/pkg-descr --- /usr/ports/audio/mziq/pkg-descr Sat Aug 25 02:08:50 2001 +++ mziq/pkg-descr Wed Mar 13 02:13:50 2002 @@ -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