aboutsummaryrefslogtreecommitdiff
path: root/audio/stymulator
diff options
context:
space:
mode:
authorEmanuel Haupt <ehaupt@FreeBSD.org>2014-01-21 11:00:23 +0000
committerEmanuel Haupt <ehaupt@FreeBSD.org>2014-01-21 11:00:23 +0000
commit332c7e4542a0cfdc3c56dc620ebbe3567c3fae74 (patch)
treed62447b0f8e65e50b491e2694e102039e36a3930 /audio/stymulator
parent78d1217082f3f6e63b74a57b40c82575e6af6f38 (diff)
downloadports-332c7e4542a0cfdc3c56dc620ebbe3567c3fae74.tar.gz
ports-332c7e4542a0cfdc3c56dc620ebbe3567c3fae74.zip
Rename MANn to MANPAGEn in order to avoid a 'make check-sanity' warning.
Notes
Notes: svn path=/head/; revision=340599
Diffstat (limited to 'audio/stymulator')
-rw-r--r--audio/stymulator/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/stymulator/Makefile b/audio/stymulator/Makefile
index 52d5d3a61d13..df307609f90d 100644
--- a/audio/stymulator/Makefile
+++ b/audio/stymulator/Makefile
@@ -19,7 +19,7 @@ MAKE_JOBS_UNSAFE= yes
WRKSRC= ${WRKDIR}/${DISTNAME}/src
-MAN1= ymplayer.1 ym2wav.1
+MANPAGE1= ymplayer.1 ym2wav.1
PLIST_FILES= bin/ym2wav bin/ymplayer bin/stymulator man/man1/ymplayer.1.gz \
man/man1/ym2wav.1.gz
@@ -27,7 +27,7 @@ do-install:
${INSTALL_PROGRAM} ${WRKSRC}/ym2wav ${STAGEDIR}${PREFIX}/bin
${INSTALL_PROGRAM} ${WRKSRC}/ymplayer ${STAGEDIR}${PREFIX}/bin
${LN} ${STAGEDIR}${PREFIX}/bin/ymplayer ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
-.for f in ${MAN1}
+.for f in ${MANPAGE1}
${INSTALL_MAN} ${FILESDIR}/${f} ${STAGEDIR}${MANPREFIX}/man/man1
.endfor