diff options
author | kevlo <kevlo@FreeBSD.org> | 2016-07-31 22:16:55 +0800 |
---|---|---|
committer | kevlo <kevlo@FreeBSD.org> | 2016-07-31 22:16:55 +0800 |
commit | 7f4504d365cc57c4ff76316af8617ff57ed89ef5 (patch) | |
tree | bd09bf11961128600b301eb788913294b400cfe9 /mail | |
parent | 7d9ab8ae02abeaa46b3c3eb2ececcd1b1ec87864 (diff) | |
download | freebsd-ports-graphics-7f4504d365cc57c4ff76316af8617ff57ed89ef5.tar.gz freebsd-ports-graphics-7f4504d365cc57c4ff76316af8617ff57ed89ef5.tar.zst freebsd-ports-graphics-7f4504d365cc57c4ff76316af8617ff57ed89ef5.zip |
Fix pkg-plist when X11 option is on.
PR: 210757
Submitted by: Ting-Wei Lan <lantw44@gmail.com>
Approved by: Corey Halpin <chalpin@cs.wisc.edu> (maintainer)
Diffstat (limited to 'mail')
-rw-r--r-- | mail/fetchmail/pkg-plist | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/fetchmail/pkg-plist b/mail/fetchmail/pkg-plist index 1a5fb7d3dba..9847065c1b5 100644 --- a/mail/fetchmail/pkg-plist +++ b/mail/fetchmail/pkg-plist @@ -2,7 +2,7 @@ bin/fetchmail bin/fetchmailconf man/man1/fetchmail.1.gz man/man1/fetchmailconf.1.gz -%%X11%%libexec/fetchmailconf.py +%%NO_X11%%libexec/fetchmailconf.py %%NLS%%share/locale/ca/LC_MESSAGES/fetchmail.mo %%NLS%%share/locale/cs/LC_MESSAGES/fetchmail.mo %%NLS%%share/locale/da/LC_MESSAGES/fetchmail.mo |