summaryrefslogtreecommitdiff
path: root/security/proxytunnel/files/patch-Makefile
diff options
context:
space:
mode:
authorYen-Ming Lee <leeym@FreeBSD.org>2004-10-12 17:42:54 +0000
committerYen-Ming Lee <leeym@FreeBSD.org>2004-10-12 17:42:54 +0000
commitd40e573fb2aa18c8333d68705c05d4cd4aa4702e (patch)
tree8b30e8f56291a5a81c518e3ffc2847793ad51722 /security/proxytunnel/files/patch-Makefile
parentUpdate to 2004.10.11. (diff)
- Update to 1.1.3
- Add USE_GETOPT_LONG - Replace pkg-plist with PLIST_FILES and PORTDOCS PR: 71742 Submitted by: leeym Approved by: maintainer timeout
Notes
Notes: svn path=/head/; revision=119073
Diffstat (limited to 'security/proxytunnel/files/patch-Makefile')
-rw-r--r--security/proxytunnel/files/patch-Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/security/proxytunnel/files/patch-Makefile b/security/proxytunnel/files/patch-Makefile
index 6bb15f16c166..7c2499d72d72 100644
--- a/security/proxytunnel/files/patch-Makefile
+++ b/security/proxytunnel/files/patch-Makefile
@@ -1,5 +1,5 @@
---- Makefile.orig Thu Nov 22 06:50:01 2001
-+++ Makefile Wed Dec 5 19:58:37 2001
+--- Makefile.orig Wed Sep 15 03:28:55 2004
++++ Makefile Wed Sep 15 03:29:06 2004
@@ -2,8 +2,6 @@
#
# Please uncomment the appropriate settings
@@ -7,5 +7,5 @@
-CC = gcc
-CFLAGS = -Wall -DHAVE_GETOPT_LONG
LDFLAGS =
+ INSTALLPATH = $(DESTDIR)/usr/bin
- # Solaris needs this (According to Martin Senft <martin@illicon.de>)