freebsd-ports/mail/rftp/files/patch-01
David E. O'Brien ca75ec250f This program is for any user who retrieves ftp files via
ftpmail or bitftp servers.

PR:		ports/6134
Submitted by:	Gary Kline <kline@thought.org>   (reworked by me)
1998-05-06 08:11:00 +00:00

23 lines
488 B
Text

--- 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