summaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2016-06-16 12:58:41 +0000
committerwiz <wiz@pkgsrc.org>2016-06-16 12:58:41 +0000
commit4e0c3ff5c94c3cf869d25ff87739b5d7fd681aa1 (patch)
tree0b5e65d727c3674fb4301b1a849c7b2dace9b12f /sysutils
parent47ef248639447343dc32712df92b39476fdba726 (diff)
downloadpkgsrc-4e0c3ff5c94c3cf869d25ff87739b5d7fd681aa1.tar.gz
Remove patch that is not in distinfo.
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/xfce4-netload-plugin/patches/patch-panel-plugin_Makefile.in23
1 files changed, 0 insertions, 23 deletions
diff --git a/sysutils/xfce4-netload-plugin/patches/patch-panel-plugin_Makefile.in b/sysutils/xfce4-netload-plugin/patches/patch-panel-plugin_Makefile.in
deleted file mode 100644
index d2dd25ae2b7..00000000000
--- a/sysutils/xfce4-netload-plugin/patches/patch-panel-plugin_Makefile.in
+++ /dev/null
@@ -1,23 +0,0 @@
-$NetBSD: patch-panel-plugin_Makefile.in,v 1.1 2015/04/21 08:56:41 jperkin Exp $
-
-Adjust config path.
---- panel-plugin/Makefile.in.orig 2014-11-22 21:10:32.000000000 +0000
-+++ panel-plugin/Makefile.in
-@@ -355,7 +355,7 @@ commandline_LDADD = @LIBXFCE4PANEL_LIBS@
- #
- desktop_in_in_files = netload.desktop.in.in
- desktop_in_files = $(desktop_in_in_files:.desktop.in.in=.desktop.in)
--desktopdir = $(datadir)/xfce4/panel-plugins
-+desktopdir = $(datadir)/xfce4/panel/plugins
- desktop_DATA = $(desktop_in_files:.desktop.in=.desktop)
- EXTRA_DIST = \
- wormulon commandline.c \
-@@ -791,7 +791,7 @@ uninstall-am: uninstall-desktopDATA unin
-
- # get full path into .desktop file
- %.desktop.in: %.desktop.in.in
-- sed -e "s^@PLUGIN_PATH@^$(libexecdir)/xfce4/panel-plugins^" \
-+ sed -e "s^@PLUGIN_PATH@^$(libexecdir)/xfce4/panel/plugins^" \
- $< > $@
-
- # Tell versions [3.59,3.63) of GNU make to not export all variables.