From 61b5e3c201eba64ff0a41c540f023c2b512c94c7 Mon Sep 17 00:00:00 2001 From: Pav Lucistnik Date: Thu, 21 Oct 2004 20:12:51 +0000 Subject: [PATCH] - Remove patch file which proved to not work [1] - Portlint Submitted by: maintainer [1] --- comms/openobex/Makefile | 2 +- comms/openobex/files/patch-Makefile.in | 14 -------------- 2 files changed, 1 insertion(+), 15 deletions(-) delete mode 100644 comms/openobex/files/patch-Makefile.in diff --git a/comms/openobex/Makefile b/comms/openobex/Makefile index cabab4aae9f9..d8e1b7e46f22 100644 --- a/comms/openobex/Makefile +++ b/comms/openobex/Makefile @@ -21,6 +21,6 @@ USE_LIBTOOL_VER= 15 USE_GMAKE= yes INSTALLS_SHLIB= yes GNU_CONFIGURE= yes -CONFIGURE_ARGS+= --program-transform-name="" +CONFIGURE_ARGS+= --program-transform-name="" .include diff --git a/comms/openobex/files/patch-Makefile.in b/comms/openobex/files/patch-Makefile.in deleted file mode 100644 index f782e3a86796..000000000000 --- a/comms/openobex/files/patch-Makefile.in +++ /dev/null @@ -1,14 +0,0 @@ ---- Makefile.in.orig Wed Oct 1 11:17:31 2003 -+++ Makefile.in Fri May 28 20:00:09 2004 -@@ -164,7 +164,7 @@ - if test -f $$p; then \ -- echo " $(INSTALL_SCRIPT) $$p $(DESTDIR)$(bindir)/`echo $$p|sed '$(transform)'`"; \ -- $(INSTALL_SCRIPT) $$p $(DESTDIR)$(bindir)/`echo $$p|sed '$(transform)'`; \ -+ echo " $(INSTALL_SCRIPT) $$p $(DESTDIR)$(bindir)"; \ -+ $(INSTALL_SCRIPT) $$p $(DESTDIR)$(bindir); \ - else if test -f $(srcdir)/$$p; then \ -- echo " $(INSTALL_SCRIPT) $(srcdir)/$$p $(DESTDIR)$(bindir)/`echo $$p|sed '$(transform)'`"; \ -- $(INSTALL_SCRIPT) $(srcdir)/$$p $(DESTDIR)$(bindir)/`echo $$p|sed '$(transform)'`; \ -+ echo " $(INSTALL_SCRIPT) $(srcdir)/$$p $(DESTDIR)$(bindir)"; \ -+ $(INSTALL_SCRIPT) $(srcdir)/$$p $(DESTDIR)$(bindir); \ - else :; fi; fi; \