aboutsummaryrefslogtreecommitdiff
path: root/mail/fetchmail/pkg-plist
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2014-04-22 16:10:50 +0000
committerRene Ladan <rene@FreeBSD.org>2014-04-22 16:10:50 +0000
commit0a060a4471857b56d805c56fa8e4348409461313 (patch)
treec1c81f34bbc174518fd697605f713496604ae723 /mail/fetchmail/pkg-plist
parent2056aea33d50a5dd8127dcb1658a27b1989eb8a1 (diff)
downloadports-0a060a4471857b56d805c56fa8e4348409461313.tar.gz
ports-0a060a4471857b56d805c56fa8e4348409461313.zip
- Add license information [1]
- Fix shebang for fetchmailconf.py [1] - Convert POP2 knob into an option [1] - Use option helpers [1] - Fix staging of documentation and X11 files [1] - Simplify post-install target and pkg-plist - Replace USE_GMAKE and USE_XZ by their USES equivalents - Do not display pkg-message in post-install - Do not create /var/run/fetchmail in pkg-plist PR: ports/185572 [1] Submitted by: Takefu <takefu@airport.fm> Approved by: maintainer timeout (<chalpin@cs.wisc.edu>)
Notes
Notes: svn path=/head/; revision=351860
Diffstat (limited to 'mail/fetchmail/pkg-plist')
-rw-r--r--mail/fetchmail/pkg-plist7
1 files changed, 3 insertions, 4 deletions
diff --git a/mail/fetchmail/pkg-plist b/mail/fetchmail/pkg-plist
index 403a5fc5ee7e..12e2207621e9 100644
--- a/mail/fetchmail/pkg-plist
+++ b/mail/fetchmail/pkg-plist
@@ -1,5 +1,8 @@
+@comment $FreeBSD: mail/fetchmail/pkg-plist 315268 2013-03-26 08:56:28Z mandree $
bin/fetchmail
bin/fetchmailconf
+man/man1/fetchmail.1.gz
+man/man1/fetchmailconf.1.gz
%%NOX11%%libexec/fetchmailconf.py
%%NLS%%share/locale/ca/LC_MESSAGES/fetchmail.mo
%%NLS%%share/locale/cs/LC_MESSAGES/fetchmail.mo
@@ -28,10 +31,6 @@ bin/fetchmailconf
%%X11%%%%PYTHON_SITELIBDIR%%/fetchmailconf.py
%%X11%%%%PYTHON_SITELIBDIR%%/fetchmailconf.pyc
%%X11%%%%PYTHON_SITELIBDIR%%/fetchmailconf.pyo
-@exec /usr/bin/install -d -m 755 -o fetchmail -g fetchmail /var/run/fetchmail
@unexec if cmp -s %D/etc/fetchmailrc.sample %D/etc/fetchmailrc; then rm -f %D/etc/fetchmailrc; fi
etc/fetchmailrc.sample
@exec if [ ! -f %D/etc/fetchmailrc ] ; then cp -p %D/%F %B/fetchmailrc; fi
-@cwd /var/run
-@unexec rm -f %D/fetchmail/fetchmail.pid 2>/dev/null || true
-@dirrmtry fetchmail