mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-26 05:02:18 +00:00
PORTVISION => PORTREVISION.
Fix list of installed files/docs + pkg-plist. PR: 37058 Submitted by: maintainer
This commit is contained in:
parent
702c33d581
commit
fbfcab2a16
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=57688
@ -7,7 +7,7 @@
|
||||
|
||||
PORTNAME= mziq
|
||||
PORTVERSION= 0.2.49
|
||||
PORTVISION= 1
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= audio
|
||||
MASTER_SITES= http://cseg.lucidx.com/projects/src/mziq/
|
||||
|
||||
@ -21,14 +21,14 @@ NO_BUILD= yes
|
||||
USE_PERL5= yes
|
||||
|
||||
do-install:
|
||||
.for FILE in gmziq junkbox mziq
|
||||
.for FILE in gmziq jukebox mziq
|
||||
@${INSTALL_SCRIPT} ${WRKSRC}/${FILE} ${PREFIX}/bin
|
||||
.endfor
|
||||
|
||||
.if !defined(NOPORTDOCS)
|
||||
post-install:
|
||||
@${MKDIR} ${DOCSDIR}
|
||||
.for FILE in LASTLOG README TODO rcfile
|
||||
.for FILE in README TODO rcfile
|
||||
@${INSTALL_DATA} ${WRKSRC}/${FILE} ${DOCSDIR}
|
||||
.endfor
|
||||
.endif
|
||||
|
@ -1,7 +1,6 @@
|
||||
bin/gmziq
|
||||
bin/jukebox
|
||||
bin/mziq
|
||||
%%PORTDOCS%%share/doc/mziq/LASTLOG
|
||||
%%PORTDOCS%%share/doc/mziq/README
|
||||
%%PORTDOCS%%share/doc/mziq/TODO
|
||||
%%PORTDOCS%%share/doc/mziq/rcfile
|
||||
|
Loading…
Reference in New Issue
Block a user