summaryrefslogtreecommitdiff
path: root/ftp/ftpq/pkg-plist
diff options
context:
space:
mode:
authorJohann Visagie <wjv@FreeBSD.org>2001-09-05 13:21:36 +0000
committerJohann Visagie <wjv@FreeBSD.org>2001-09-05 13:21:36 +0000
commite7e2eee0852638edb45d0a0f27af6adc7c1d2415 (patch)
treec32d656dbe0da13a2d54d0a0a26453acf71041e9 /ftp/ftpq/pkg-plist
parentThis package should be called exim-monitor-X.YZ, not exim-X.YZ. (diff)
- Downgrade to version 1.05 at the express request of the author. The 1.1x
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>
Notes
Notes: svn path=/head/; revision=47451
Diffstat (limited to '')
-rw-r--r--ftp/ftpq/pkg-plist4
1 files changed, 2 insertions, 2 deletions
diff --git a/ftp/ftpq/pkg-plist b/ftp/ftpq/pkg-plist
index 0130e819dda0..303edce80e35 100644
--- a/ftp/ftpq/pkg-plist
+++ b/ftp/ftpq/pkg-plist
@@ -1,3 +1,3 @@
bin/ftpq
-@exec mkdir -p /var/spool/ftpq
-@unexec rmdir /var/spool/ftpq 2>/dev/null || true
+@exec mkdir -p %%SPOOLDIR%%
+@unexec rmdir %%SPOOLDIR%% 2>/dev/null || true