aboutsummaryrefslogtreecommitdiff
path: root/comms
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2004-10-21 20:12:51 +0000
committerPav Lucistnik <pav@FreeBSD.org>2004-10-21 20:12:51 +0000
commit61b5e3c201eba64ff0a41c540f023c2b512c94c7 (patch)
treeaf44e5519764748c0e50737b4f3750dc90cf5d82 /comms
parentc686fb1b9f7866d0de138425e5d07130790310a3 (diff)
downloadports-61b5e3c201eba64ff0a41c540f023c2b512c94c7.tar.gz
ports-61b5e3c201eba64ff0a41c540f023c2b512c94c7.zip
- Remove patch file which proved to not work [1]
- Portlint Submitted by: maintainer [1]
Notes
Notes: svn path=/head/; revision=119921
Diffstat (limited to 'comms')
-rw-r--r--comms/openobex/Makefile2
-rw-r--r--comms/openobex/files/patch-Makefile.in14
2 files changed, 1 insertions, 15 deletions
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 <bsd.port.mk>
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; \