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

(-)audio/mziq/Makefile (-6 / +9 lines)
Lines 6-12 Link Here
6
#
6
#
7
7
8
PORTNAME=	mziq
8
PORTNAME=	mziq
9
PORTVERSION=	0.4.1
9
PORTVERSION=	0.4.2
10
CATEGORIES=	audio
10
CATEGORIES=	audio
11
MASTER_SITES=	http://cseg.lucidx.com/projects/src/mziq/
11
MASTER_SITES=	http://cseg.lucidx.com/projects/src/mziq/
12
12
Lines 20-35 Link Here
20
NO_BUILD=	yes
20
NO_BUILD=	yes
21
USE_PERL5=	yes
21
USE_PERL5=	yes
22
22
23
PORTDOCS=	${DOC_FILES}
24
PLIST_FILES=	bin/gmziq bin/jukebox bin/mziq
25
26
DOC_FILES=	README TODO default.mz example.mz rcfile
27
23
do-install:
28
do-install:
24
.for FILE in gmziq jukebox mziq
29
.for FILE in gmziq jukebox mziq
25
	@${INSTALL_SCRIPT} ${WRKSRC}/${FILE} ${PREFIX}/bin
30
	${INSTALL_SCRIPT} ${WRKSRC}/${FILE} ${PREFIX}/bin
26
.endfor
31
.endfor
27
28
.if !defined(NOPORTDOCS)
32
.if !defined(NOPORTDOCS)
29
post-install:
30
	@${MKDIR} ${DOCSDIR}
33
	@${MKDIR} ${DOCSDIR}
31
.for FILE in README TODO default.mz example.mz rcfile
34
.for FILE in ${DOC_FILES}
32
	@${INSTALL_DATA} ${WRKSRC}/${FILE} ${DOCSDIR}
35
	${INSTALL_DATA} ${WRKSRC}/${FILE} ${DOCSDIR}
33
.endfor
36
.endfor
34
.endif
37
.endif
35
38
(-)audio/mziq/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
MD5 (mziq-0.4.1.tar.gz) = 47e5d481d7e264c5bd3b4bda7033640f
1
MD5 (mziq-0.4.2.tar.gz) = 032a770b8849e57d672d1289fe4ff97a
2
SIZE (mziq-0.4.1.tar.gz) = 22697
2
SIZE (mziq-0.4.2.tar.gz) = 22887
(-)audio/mziq/pkg-plist (-9 lines)
Lines 1-9 Link Here
1
bin/gmziq
2
bin/jukebox
3
bin/mziq
4
%%PORTDOCS%%%%DOCSDIR%%/README
5
%%PORTDOCS%%%%DOCSDIR%%/TODO
6
%%PORTDOCS%%%%DOCSDIR%%/default.mz
7
%%PORTDOCS%%%%DOCSDIR%%/example.mz
8
%%PORTDOCS%%%%DOCSDIR%%/rcfile
9
%%PORTDOCS%%@dirrm %%DOCSDIR%%

Return to bug 68860