summaryrefslogtreecommitdiffstats
path: root/audio/mziq/Makefile
diff options
context:
space:
mode:
authoranders <anders@FreeBSD.org>2002-04-14 14:02:00 +0000
committeranders <anders@FreeBSD.org>2002-04-14 14:02:00 +0000
commite6da1ece1dd053ef44b9c3ca295801253b48c42c (patch)
tree54f79d4cd3a234abafaa7ddee5d5a96ad5bf1fe3 /audio/mziq/Makefile
parent92c390285b6c5747217829f356701b4506e33bad (diff)
downloadFreeBSD-ports-e6da1ece1dd053ef44b9c3ca295801253b48c42c.zip
FreeBSD-ports-e6da1ece1dd053ef44b9c3ca295801253b48c42c.tar.gz
PORTVISION => PORTREVISION.
Fix list of installed files/docs + pkg-plist. PR: 37058 Submitted by: maintainer
Diffstat (limited to 'audio/mziq/Makefile')
-rw-r--r--audio/mziq/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/audio/mziq/Makefile b/audio/mziq/Makefile
index e7edb93..5728652 100644
--- a/audio/mziq/Makefile
+++ b/audio/mziq/Makefile
@@ -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
OpenPOWER on IntegriCloud