aboutsummaryrefslogtreecommitdiff
path: root/audio/gbsplay
diff options
context:
space:
mode:
authorEmanuel Haupt <ehaupt@FreeBSD.org>2014-01-21 10:50:53 +0000
committerEmanuel Haupt <ehaupt@FreeBSD.org>2014-01-21 10:50:53 +0000
commit0b40d53702df35936b59a60a93ef4be6cb975a24 (patch)
tree9ba995f90bc34476e29a1593466bc12d7289220c /audio/gbsplay
parent4cb8a4ff8cf0e6e6f9676cfd2d57289e6890d6c2 (diff)
downloadports-0b40d53702df35936b59a60a93ef4be6cb975a24.tar.gz
ports-0b40d53702df35936b59a60a93ef4be6cb975a24.zip
Rename MANn to MANPAGEn in order to avoid a 'make check-sanity' warning.
Notes
Notes: svn path=/head/; revision=340596
Diffstat (limited to 'audio/gbsplay')
-rw-r--r--audio/gbsplay/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/audio/gbsplay/Makefile b/audio/gbsplay/Makefile
index d786361fb77c..8e81e717444e 100644
--- a/audio/gbsplay/Makefile
+++ b/audio/gbsplay/Makefile
@@ -21,8 +21,8 @@ CONFIGURE_ARGS+= --prefix=${PREFIX}
CONFIGURE_ARGS+= --without-xmmsplugin
-MAN1= gbsplay.1 gbsinfo.1
-MAN5= gbsplayrc.5
+MANPAGE1= gbsplay.1 gbsinfo.1
+MANPAGE5= gbsplayrc.5
PORTDOCS= COPYRIGHT HISTORY README
OPTIONS_DEFINE= NAS DOCS
@@ -69,7 +69,7 @@ do-install:
${INSTALL_PROGRAM} ${WRKSRC}/${f} ${STAGEDIR}${PREFIX}/bin
.endfor
-.for f in ${MAN1} ${MAN5}
+.for f in ${MANPAGE1} ${MANPAGE5}
${INSTALL_MAN} ${WRKSRC}/${f} ${STAGEDIR}${MAN${f:E}PREFIX}/man/man${f:E}
.endfor