diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2014-01-21 10:50:53 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2014-01-21 10:50:53 +0000 |
commit | 0b40d53702df35936b59a60a93ef4be6cb975a24 (patch) | |
tree | 9ba995f90bc34476e29a1593466bc12d7289220c /audio/gbsplay | |
parent | 4cb8a4ff8cf0e6e6f9676cfd2d57289e6890d6c2 (diff) |
Notes
Diffstat (limited to 'audio/gbsplay')
-rw-r--r-- | audio/gbsplay/Makefile | 6 |
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 |