View | Details | Raw Unified | Return to bug 37973
Collapse All | Expand All

(-)mziq/Makefile (-3 / +2 lines)
Lines 6-13 Link Here
6
#
6
#
7
7
8
PORTNAME=	mziq
8
PORTNAME=	mziq
9
PORTVERSION=	0.2.49
9
PORTVERSION=	0.3
10
PORTREVISION=	1
11
CATEGORIES=	audio
10
CATEGORIES=	audio
12
MASTER_SITES=	http://cseg.lucidx.com/projects/src/mziq/
11
MASTER_SITES=	http://cseg.lucidx.com/projects/src/mziq/
13
12
Lines 28-34 Link Here
28
.if !defined(NOPORTDOCS)
27
.if !defined(NOPORTDOCS)
29
post-install:
28
post-install:
30
	@${MKDIR} ${DOCSDIR}
29
	@${MKDIR} ${DOCSDIR}
31
.for FILE in README TODO rcfile
30
.for FILE in README TODO default.mz example.mz rcfile
32
	@${INSTALL_DATA} ${WRKSRC}/${FILE} ${DOCSDIR}
31
	@${INSTALL_DATA} ${WRKSRC}/${FILE} ${DOCSDIR}
33
.endfor
32
.endfor
34
.endif
33
.endif
(-)mziq/distinfo (-1 / +1 lines)
Line 1 Link Here
1
MD5 (mziq-0.2.49.tar.gz) = cf1a73786d2674247fa0e225479efc39
1
MD5 (mziq-0.3.tar.gz) = fe7b1d4d60565339e5b5cd8205e8b70a
(-)mziq/files/patch-aa (-11 lines)
Lines 1-11 Link Here
1
--- rcfile.orig	Wed Mar 13 21:18:08 2002
2
+++ rcfile	Wed Mar 13 21:18:41 2002
3
@@ -31,7 +31,7 @@
4
 #
5
 
6
 # It defines the top-level directories where the program will search for files.
7
-basedir   = "/storage/mp3"
8
+basedir   = "$home"
9
 
10
 # MZiq's home directory.
11
 mziq = "$home/.mziq"
(-)mziq/pkg-plist (+2 lines)
Lines 3-7 Link Here
3
bin/mziq
3
bin/mziq
4
%%PORTDOCS%%share/doc/mziq/README
4
%%PORTDOCS%%share/doc/mziq/README
5
%%PORTDOCS%%share/doc/mziq/TODO
5
%%PORTDOCS%%share/doc/mziq/TODO
6
%%PORTDOCS%%share/doc/mziq/default.mz
7
%%PORTDOCS%%share/doc/mziq/example.mz
6
%%PORTDOCS%%share/doc/mziq/rcfile
8
%%PORTDOCS%%share/doc/mziq/rcfile
7
%%PORTDOCS%%@dirrm share/doc/mziq
9
%%PORTDOCS%%@dirrm share/doc/mziq

Return to bug 37973