2829e658f2
INSTALLATION_DIRS, as well as all occurrences of ${PREFIX}/man with ${PREFIX}/${PKGMANDIR}. Fixes PR 35265, although I did not use the patch provided therein.
21 lines
514 B
Makefile
21 lines
514 B
Makefile
# $NetBSD: Makefile,v 1.12 2007/01/07 09:14:16 rillig Exp $
|
|
#
|
|
|
|
.include "../../x11/xbindkeys/Makefile.common"
|
|
|
|
PKGNAME= ${DISTNAME:S/xbindkeys/xbindkeys-tk/}
|
|
COMMENT+= (Tk interface)
|
|
|
|
DEPENDS+= xbindkeys>=1.7.3:../../x11/xbindkeys
|
|
DEPENDS+= tk>=8.3.4:../../x11/tk
|
|
|
|
NO_CONFIGURE= yes
|
|
NO_BUILD= yes
|
|
|
|
INSTALLATION_DIRS= bin ${PKGMANDIR}/man1
|
|
|
|
do-install:
|
|
${INSTALL_SCRIPT} ${WRKSRC}/xbindkeys_show ${PREFIX}/bin
|
|
${INSTALL_DATA} ${WRKSRC}/xbindkeys_show.1 ${PREFIX}/${PKGMANDIR}/man1
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|