pkgsrc-Changes archive

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

CVS commit: pkgsrc/wm/emwm



Module Name:    pkgsrc
Committed By:   vins
Date:           Sun Dec  8 16:34:38 UTC 2024

Modified Files:
        pkgsrc/wm/emwm: Makefile PLIST

Log Message:
emwm: fix sample file destination dir


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/wm/emwm/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/wm/emwm/PLIST

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

Modified files:

Index: pkgsrc/wm/emwm/Makefile
diff -u pkgsrc/wm/emwm/Makefile:1.7 pkgsrc/wm/emwm/Makefile:1.8
--- pkgsrc/wm/emwm/Makefile:1.7 Sun Dec  8 13:09:43 2024
+++ pkgsrc/wm/emwm/Makefile     Sun Dec  8 16:34:38 2024
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.7 2024/12/08 13:09:43 vins Exp $
+# $NetBSD: Makefile,v 1.8 2024/12/08 16:34:38 vins Exp $
 
 DISTNAME=      emwm-src-1.2
 PKGNAME=       ${DISTNAME:S,-src,,}
-PKGREVISION=   1
+PKGREVISION=   2
 CATEGORIES=    wm
 MASTER_SITES=  https://fastestcode.org/dl/
 DIST_SUBDIR=   ${PKGNAME_NOREV}
@@ -19,7 +19,7 @@ LICENSE=      gnu-lgpl-v2.1 AND cc-by-sa-v3.0
 USE_BSD_MAKEFILE=      yes
 
 RCDIR=         ${PREFIX}/lib/X11
-EGDIR=         share/examples/${PKGBSE}
+EGDIR=         share/examples/${PKGBASE}
 EGFILES=       gtk-configs/* Xresources-sample
 
 SUBST_CLASSES+=                pkgsrc

Index: pkgsrc/wm/emwm/PLIST
diff -u pkgsrc/wm/emwm/PLIST:1.2 pkgsrc/wm/emwm/PLIST:1.3
--- pkgsrc/wm/emwm/PLIST:1.2    Sun Dec  8 13:09:43 2024
+++ pkgsrc/wm/emwm/PLIST        Sun Dec  8 16:34:38 2024
@@ -1,12 +1,12 @@
-@comment $NetBSD: PLIST,v 1.2 2024/12/08 13:09:43 vins Exp $
+@comment $NetBSD: PLIST,v 1.3 2024/12/08 16:34:38 vins Exp $
 bin/emwm
 lib/X11/app-defaults/Emwm
 lib/X11/system.emwmrc
 man/man1/emwm.1
 man/man4/emwmrc.4
-share/examples/Xresources-sample
-share/examples/gtk.css
-share/examples/gtkrc-2.0
+share/examples/emwm/Xresources-sample
+share/examples/emwm/gtk.css
+share/examples/emwm/gtkrc-2.0
 share/pixmaps/cdrtool.xpm
 share/pixmaps/emwm.xpm
 share/pixmaps/emwm2.xpm



Home | Main Index | Thread Index | Old Index