pkgsrc-Changes archive

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

CVS commit: pkgsrc/x11/mate-applets



Module Name:    pkgsrc
Committed By:   gutteridge
Date:           Sun Feb 17 06:02:54 UTC 2019

Modified Files:
        pkgsrc/x11/mate-applets: Makefile

Log Message:
mate-applets: tidy up Makefile, NFCI


To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 pkgsrc/x11/mate-applets/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/mate-applets/Makefile
diff -u pkgsrc/x11/mate-applets/Makefile:1.22 pkgsrc/x11/mate-applets/Makefile:1.23
--- pkgsrc/x11/mate-applets/Makefile:1.22       Wed Jan 23 15:25:36 2019
+++ pkgsrc/x11/mate-applets/Makefile    Sun Feb 17 06:02:54 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.22 2019/01/23 15:25:36 youri Exp $
+# $NetBSD: Makefile,v 1.23 2019/02/17 06:02:54 gutteridge Exp $
 
 PYTHON_VERSIONS_ACCEPTED=      27
 .include "../../meta-pkgs/mate/Makefile.common"
@@ -15,6 +15,8 @@ TOOL_DEPENDS+=        libxml2-[0-9]*:../../text
 CONFIGURE_ARGS+=       --sysconfdir=${PKG_SYSCONFDIR}
 CONFIGURE_ARGS+=       --libexecdir=${PREFIX}/libexec/mate-applets
 
+.include "../../mk/bsd.prefs.mk"
+
 PLIST_VARS=            batt cpufreq
 .if ${OPSYS} == "NetBSD" &&  (${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH} == "x86_64")
 CONFIGURE_ARGS+=       --enable-cpufreq=yes
@@ -25,14 +27,9 @@ INSTALL_MAKE_FLAGS+= sysconfdir=${PREFIX
 
 MAKE_DIRS+=    ${PKG_SYSCONFDIR}/sound/events
 
-.include "../../mk/bsd.prefs.mk"
-
 .if ${OPSYS} != "Darwin" && ${OPSYS} != "SunOS"
 CONF_FILES+=   ${PREFIX}/share/examples/mate-applets/sound/events/mate-battstat_applet.soundlist \
                ${PKG_SYSCONFDIR}/sound/events/mate-battstat_applet.soundlist
-.endif
-
-.if ${OPSYS} != "Darwin" && ${OPSYS} != "SunOS"
 PLIST.batt=    yes
 .endif
 



Home | Main Index | Thread Index | Old Index