pkgsrc-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: pkg/45670: Please, pull up emulators/yabause to latest stable
The following reply was made to PR pkg/45670; it has been noted by GNATS.
From: Thomas Klausner <wiz%NetBSD.org@localhost>
To: NetBSD bugtracking <gnats-bugs%NetBSD.org@localhost>
Cc:
Subject: Re: pkg/45670: Please, pull up emulators/yabause to latest stable
Date: Tue, 29 Nov 2011 22:00:46 +0100
On Tue, Nov 29, 2011 at 07:20:06PM +0000, diro%nixsyspaus.org@localhost wrote:
> Thanks, this worked well. Is there some argument that can be passed to CMake
> that will have it put the manpages in man/ instead of share/man? I'd rather
> not have to patch another couple files.
No, since it's hardcoded:
./src/gtk/CMakeLists.txt:install(FILES "doc/yabause.1" DESTINATION
"share/man/man1" RENAME "${YAB_PORT_NAME}.1")
./src/qt/CMakeLists.txt:install(FILES "doc/yabause.1" DESTINATION
"share/man/man1" RENAME "${YAB_PORT_NAME}.1")
If you want to avoid a patch, use the SUBST framework to replace 'share/man'
with '${PKGMANDIR}'.
Thomas
Home |
Main Index |
Thread Index |
Old Index