pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
mate-applets: Fix install on SunOS
Module Name: pkgsrc-wip
Committed By: youri <youri%NetBSD.org@localhost>
Pushed By: youri
Date: Fri Apr 22 15:43:12 2016 +0200
Changeset: fa5e14ea4f1604a0bd142c402d5a3a6645abc1be
Modified Files:
mate-applets/Makefile
Log Message:
mate-applets: Fix install on SunOS
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=fa5e14ea4f1604a0bd142c402d5a3a6645abc1be
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
mate-applets/Makefile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diffs:
diff --git a/mate-applets/Makefile b/mate-applets/Makefile
index ed232df..01c547f 100644
--- a/mate-applets/Makefile
+++ b/mate-applets/Makefile
@@ -20,13 +20,13 @@ MAKE_DIRS+= ${PKG_SYSCONFDIR}/sound/events
.include "../../mk/bsd.prefs.mk"
-.if ${OPSYS} != "Darwin"
+.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
PLIST_VARS= batt
-.if ${OPSYS} != "Darwin"
+.if ${OPSYS} != "Darwin" && ${OPSYS} != "SunOS"
PLIST.batt= yes
.endif
Home |
Main Index |
Thread Index |
Old Index