summaryrefslogtreecommitdiff
path: root/www/web-traceroute/files/patch-Makefile
diff options
context:
space:
mode:
authorOlli Hauer <ohauer@FreeBSD.org>2012-01-01 19:30:58 +0000
committerOlli Hauer <ohauer@FreeBSD.org>2012-01-01 19:30:58 +0000
commit2c96f26a12ae4d0474c70d61c6cab483c2865f49 (patch)
tree3d7591c78a947273efae6c582aacdca524e69528 /www/web-traceroute/files/patch-Makefile
parent- Move all the fetching into fetch phase (diff)
- remove apache13 and ports depending on apache13 from portstree
( EXPIRATION_DATE=2012-01-01 ) with hat apache@
Notes
Notes: svn path=/head/; revision=288378
Diffstat (limited to 'www/web-traceroute/files/patch-Makefile')
-rw-r--r--www/web-traceroute/files/patch-Makefile32
1 files changed, 0 insertions, 32 deletions
diff --git a/www/web-traceroute/files/patch-Makefile b/www/web-traceroute/files/patch-Makefile
deleted file mode 100644
index 7ce6c65fffe2..000000000000
--- a/www/web-traceroute/files/patch-Makefile
+++ /dev/null
@@ -1,32 +0,0 @@
---- Makefile.old Sun Oct 26 12:10:35 2003
-+++ Makefile Sun Oct 26 12:13:14 2003
-@@ -4,24 +4,26 @@
-
- # BINDEST should be the directory/filename where the cgi program needs
- # to be installed. This must be configured with your web server.
--BINDEST = /ns/cgi-bin/trace
-+BINDEST = $(PREFIX)/www/cgi-bin/trace
-
- # CC and CCFLAGS should be set appropriately for your system
- # or uncomment the one you need.
- #
- # HP-UX
- CC = cc
--CCFLAGS = -Aa +DA1.1 -D_HPUX_SOURCE
-+#CCFLAGS = -Aa +DA1.1 -D_HPUX_SOURCE
- #
- # BSDI's BSD/OS (probably ok for any recent version of gcc)
- # CC=gcc
--# CCFLAGS = -O2
-+CCFLAGS = $(CFLAGS)
-
- DEFINES = -DLEAVE_DOMAIN_NAME
-
- # normally traceroute must be setuid root
- BINOWN = root
- BINMODE = 4555
-+
-+all: html.h $(PROG)
-
- $(PROG): $(PROG).c html.h
- $(CC) $(CCFLAGS) $(DEFINES) -o $(PROG) $(PROG).c