summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2004-10-01 22:02:18 +0000
committerMike Frysinger <vapier@gentoo.org>2004-10-01 22:02:18 +0000
commitcdfc47e909bad58a9a6f37a03e9c0cfcc1448969 (patch)
tree1e6b7fe6817de2086d1f7fe9eaf613c5c2d7106f /net-misc/proxytunnel
parentmask openoffice-bin-1.1.3 until it's officially released (diff)
downloadgentoo-2-cdfc47e909bad58a9a6f37a03e9c0cfcc1448969.tar.gz
gentoo-2-cdfc47e909bad58a9a6f37a03e9c0cfcc1448969.tar.bz2
gentoo-2-cdfc47e909bad58a9a6f37a03e9c0cfcc1448969.zip
add missing patch
Diffstat (limited to 'net-misc/proxytunnel')
-rw-r--r--net-misc/proxytunnel/files/1.2.0-makefile.patch25
1 files changed, 25 insertions, 0 deletions
diff --git a/net-misc/proxytunnel/files/1.2.0-makefile.patch b/net-misc/proxytunnel/files/1.2.0-makefile.patch
new file mode 100644
index 000000000000..afefc58cb1bc
--- /dev/null
+++ b/net-misc/proxytunnel/files/1.2.0-makefile.patch
@@ -0,0 +1,25 @@
+--- Makefile.orig 2004-10-01 18:00:34.108028240 -0400
++++ Makefile 2004-10-01 18:01:01.275898096 -0400
+@@ -2,11 +2,10 @@
+ #
+ # Please uncomment the appropriate settings
+
+-CC = gcc
+-CFLAGS = -Wall -DHAVE_GETOPT_LONG
+-LDFLAGS =
+-INSTALLPATH = $(DESTDIR)/usr/local/bin
+-MANPATH = $(DESTDIR)/usr/local/man/man1
++CC ?= gcc
++CFLAGS += -Wall -DHAVE_GETOPT_LONG
++INSTALLPATH = $(DESTDIR)/usr/bin
++MANPATH = $(DESTDIR)/usr/share/man/man1
+
+ PROGNAME = proxytunnel
+ OBJ = proxytunnel.o \
+@@ -25,5 +24,6 @@
+
+ install:
+ mkdir -p $(INSTALLPATH)
++ mkdir -p $(MANPATH)
+ install -g root -m755 -o root $(PROGNAME) $(INSTALLPATH)/$(PROGNAME)
+ install -g root -m644 -o root debian/$(PROGNAME).1 $(MANPATH)/$(PROGNAME).1