1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-26 21:17:40 +00:00
freebsd-ports/ftp/ftpcopy/files/patch-aa

22 lines
477 B
Plaintext
Raw Normal View History

2000-07-17 08:27:40 +00:00
--- Makefile.orig Mon Jul 17 10:08:33 2000
+++ Makefile Mon Jul 17 11:20:46 2000
@@ -1,6 +1,6 @@
2000-07-17 08:27:40 +00:00
VERSION=0.3.0
PACKAGE=ftpcopy
-prefix=/usr/local
+prefix=$(PREFIX)
PACKAGE_VERSION=$(PACKAGE)-$(VERSION)
2000-07-17 08:27:40 +00:00
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
2000-07-17 08:27:40 +00:00
L=./link.sh
C=./compile.sh
W=./compilew.sh