diff options
Diffstat (limited to 'mail/rftp/files/patch-Makefile')
-rw-r--r-- | mail/rftp/files/patch-Makefile | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/mail/rftp/files/patch-Makefile b/mail/rftp/files/patch-Makefile new file mode 100644 index 000000000000..30d18068fb8d --- /dev/null +++ b/mail/rftp/files/patch-Makefile @@ -0,0 +1,23 @@ +--- 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 |