summaryrefslogtreecommitdiff
path: root/mail/rftp/files/patch-Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'mail/rftp/files/patch-Makefile')
-rw-r--r--mail/rftp/files/patch-Makefile23
1 files changed, 0 insertions, 23 deletions
diff --git a/mail/rftp/files/patch-Makefile b/mail/rftp/files/patch-Makefile
deleted file mode 100644
index 30d18068fb8d..000000000000
--- a/mail/rftp/files/patch-Makefile
+++ /dev/null
@@ -1,23 +0,0 @@
---- Makefile.orig Tue May 5 03:19:39 1998
-+++ Makefile Tue May 5 11:00:09 1998
-@@ -5,16 +5,16 @@
- ##
-
- ## Edit appropriately.
--CC = gcc
--CFLAGS = -O
-+#CC = gcc
-+#CFLAGS = -O
-
- ## Where executables should be put.
- #DESTDIR = /home/archives/bin
--DESTDIR = /usr/local/bin
-+DESTDIR = $(PREFIX)/bin
-
- ## The manpage for "foo" goes in $(MANDIR)/foo.$1
- #MANDIR = /home/archives/man/cat1
--MANDIR = /usr/local/man/cat1
-+MANDIR = $(PREFIX)/man/man1
-
- ##
- ## END OF CONFIGURATION SECTION