remove two hunks that are no longer needed

This commit is contained in:
jasper 2017-11-10 11:07:44 +00:00
parent adc3727471
commit 27558dd7ff
2 changed files with 7 additions and 8 deletions

View File

@ -1,10 +1,9 @@
$OpenBSD: patch-Makefile,v 1.8 2017/07/09 10:03:05 bcallah Exp $
$OpenBSD: patch-Makefile,v 1.9 2017/11/10 11:07:44 jasper Exp $
Index: Makefile
--- Makefile.orig
+++ Makefile
@@ -1,17 +1,17 @@
-PYTHON2_CMD ?= `command -v python2`
+PYTHON2_CMD ?= ${MODPY_BIN}
PYTHON2_CMD ?= `command -v python2`
-PREFIX ?= /usr/local
+PREFIX ?= ${TRUEPREFIX}

View File

@ -1,11 +1,11 @@
$OpenBSD: patch-plugins_Makefile,v 1.5 2012/10/18 08:15:41 giovanni Exp $
--- plugins/Makefile.orig Thu Aug 30 23:58:21 2012
+++ plugins/Makefile Wed Sep 26 11:32:00 2012
$OpenBSD: patch-plugins_Makefile,v 1.6 2017/11/10 11:07:44 jasper Exp $
Index: plugins/Makefile
--- plugins/Makefile.orig
+++ plugins/Makefile
@@ -1,6 +1,6 @@
-PYTHON2_CMD ?= python2
PYTHON2_CMD ?= python2
-PREFIX ?= /usr/local
-PLUGINSDIR = /share/exaile/plugins/
+PYTHON2_CMD ?= ${MODPY_BIN}
+PREFIX ?= ${TRUEPREFIX}
+PLUGINSDIR = /share/exaile/data/plugins/