diff options
Diffstat (limited to 'net-news/rsstool/files/rsstool-1.0.0_rc2-config.mak.patch')
-rw-r--r-- | net-news/rsstool/files/rsstool-1.0.0_rc2-config.mak.patch | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/net-news/rsstool/files/rsstool-1.0.0_rc2-config.mak.patch b/net-news/rsstool/files/rsstool-1.0.0_rc2-config.mak.patch deleted file mode 100644 index fefdec78cfa2..000000000000 --- a/net-news/rsstool/files/rsstool-1.0.0_rc2-config.mak.patch +++ /dev/null @@ -1,31 +0,0 @@ ---- config.mak.orig 2007-07-27 03:51:04.000000000 -0400 -+++ config.mak 2007-07-27 06:43:43.000000000 -0400 -@@ -12,26 +12,20 @@ - includedir=/usr/include - endif - --libdir=/usr/local/lib -- - ifndef libdir - libdir=/usr/lib - endif - --DESTDIR= -- --BINDIR=/usr/local/bin -- - ifndef BINDIR - BINDIR=/usr/bin - endif - --INSTALL=/usr/bin/install -c -+INSTALL=/usr/bin/install -D - INSTALL_PROGRAM=${INSTALL} - INSTALL_DATA=${INSTALL} -m 644 - - ifndef INSTALL --INSTALL=install -c -+INSTALL=install -D - INSTALL_PROGRAM=${INSTALL} - INSTALL_DATA=${INSTALL} -m 644 - endif |