pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/x11/xmenu



Module Name:    pkgsrc
Committed By:   gdt
Date:           Sat Jan 13 13:58:30 UTC 2024

Modified Files:
        pkgsrc/x11/xmenu: Makefile

Log Message:
x11/xmenu: Use INSTALL_DATA instead of _MAN


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/x11/xmenu/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/x11/xmenu/Makefile
diff -u pkgsrc/x11/xmenu/Makefile:1.1 pkgsrc/x11/xmenu/Makefile:1.2
--- pkgsrc/x11/xmenu/Makefile:1.1       Sat Jan 13 13:53:23 2024
+++ pkgsrc/x11/xmenu/Makefile   Sat Jan 13 13:58:30 2024
@@ -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"



Home | Main Index | Thread Index | Old Index