x11/xmenu: Use INSTALL_DATA instead of _MAN

This commit is contained in:
gdt 2024-01-13 13:58:30 +00:00
parent 898ee64517
commit 1887630eca
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.1 2024/01/13 13:53:23 gdt Exp $
# $NetBSD: Makefile,v 1.2 2024/01/13 13:58:30 gdt Exp $
DISTNAME= xmenu-4.6.1
CATEGORIES= x11
@ -17,7 +17,7 @@ EGDIR= ${PREFIX}/share/examples/xmenu
INSTALLATION_DIRS+= ${EGDIR}
post-install:
${INSTALL_MAN} ${WRKSRC}/xmenu.sh ${DESTDIR}${EGDIR}
${INSTALL_DATA} ${WRKSRC}/xmenu.sh ${DESTDIR}${EGDIR}
.include "../../x11/libX11/buildlink3.mk"
.include "../../x11/libXft/buildlink3.mk"