mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-25 09:34:11 +00:00
e7e2eee085
code tree is, in the author's opinion, not even ready for a -devel port. - Bumped PORTEPOCH because of the above. - Make SPOOLDIR a variable which may be altered by the user at install time. Submitted by: Mark Tranchant <mark@tranchant.freeserve.co.uk>
12 lines
256 B
Plaintext
12 lines
256 B
Plaintext
--- 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
|