summaryrefslogtreecommitdiff
path: root/ftp/ftpcopy/files/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'ftp/ftpcopy/files/patch-aa')
-rw-r--r--ftp/ftpcopy/files/patch-aa21
1 files changed, 0 insertions, 21 deletions
diff --git a/ftp/ftpcopy/files/patch-aa b/ftp/ftpcopy/files/patch-aa
deleted file mode 100644
index fdba4632276e..000000000000
--- a/ftp/ftpcopy/files/patch-aa
+++ /dev/null
@@ -1,21 +0,0 @@
---- Makefile.orig Mon Jul 17 10:08:33 2000
-+++ Makefile Mon Jul 17 11:20:46 2000
-@@ -1,6 +1,6 @@
- VERSION=0.3.0
- PACKAGE=ftpcopy
--prefix=/usr/local
-+prefix=$(PREFIX)
-
- PACKAGE_VERSION=$(PACKAGE)-$(VERSION)
- HEADERS=ftpparse.h ftplib.h urlparse.h timeoutio.h \
-@@ -15,8 +15,8 @@
- INCLUDES=-I. -DPACKAGE_VERSION=\"$(PACKAGE)-$(VERSION)\" \
- -DPACKAGE=\"$(PACKAGE)\" -DVERSION=\"$(VERSION)\"
-
--TAR=tar
--CC=gcc
-+TAR?=tar
-+CC?=gcc
- L=./link.sh
- C=./compile.sh
- W=./compilew.sh