diff options
author | Kevin Lo <kevlo@FreeBSD.org> | 2016-07-31 14:16:55 +0000 |
---|---|---|
committer | Kevin Lo <kevlo@FreeBSD.org> | 2016-07-31 14:16:55 +0000 |
commit | 5c1bdd2acfb747f313ca296f0ea07b120fc9548f (patch) | |
tree | bd09bf11961128600b301eb788913294b400cfe9 | |
parent | devel/py-stdnum: 1.3 -> 1.4 (diff) |
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)
Notes
Notes:
svn path=/head/; revision=419379
-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 1a5fb7d3dba0..9847065c1b54 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 |