diff options
author | Johann Visagie <wjv@FreeBSD.org> | 2001-09-05 13:21:36 +0000 |
---|---|---|
committer | Johann Visagie <wjv@FreeBSD.org> | 2001-09-05 13:21:36 +0000 |
commit | e7e2eee0852638edb45d0a0f27af6adc7c1d2415 (patch) | |
tree | c32d656dbe0da13a2d54d0a0a26453acf71041e9 /ftp/ftpq/files/patch-Makefile.in | |
parent | f95f3fe7c118eb93c45832cd20bb3da1141a70c5 (diff) | |
download | ports-e7e2eee0852638edb45d0a0f27af6adc7c1d2415.tar.gz ports-e7e2eee0852638edb45d0a0f27af6adc7c1d2415.zip |
Notes
Diffstat (limited to 'ftp/ftpq/files/patch-Makefile.in')
-rw-r--r-- | ftp/ftpq/files/patch-Makefile.in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/ftp/ftpq/files/patch-Makefile.in b/ftp/ftpq/files/patch-Makefile.in new file mode 100644 index 000000000000..ffd1b2b26cff --- /dev/null +++ b/ftp/ftpq/files/patch-Makefile.in @@ -0,0 +1,11 @@ +--- Makefile.in.orig Tue Sep 4 13:00:00 2001 ++++ Makefile.in Wed Sep 5 15:01:12 2001 +@@ -6,7 +6,7 @@ + + # Spool directory. Also hard-coded into the executable. + # See ftpq.h. +-SPOOLDIR = /tmp/ftpq/ ++SPOOLDIR = %%SPOOLDIR%% + + # Program name + PROG = ftpq |