diff options
author | rakuco <rakuco@FreeBSD.org> | 2014-06-22 05:53:20 +0800 |
---|---|---|
committer | rakuco <rakuco@FreeBSD.org> | 2014-06-22 05:53:20 +0800 |
commit | 265402a2a07f127abe3431baf354628aef38a641 (patch) | |
tree | d6550f6666513cfdbec687a39d770ee436717bc4 | |
parent | e327fe9e3b0ac7317e6c3adc7b595914952af68a (diff) | |
download | freebsd-ports-gnome-265402a2a07f127abe3431baf354628aef38a641.tar.gz freebsd-ports-gnome-265402a2a07f127abe3431baf354628aef38a641.tar.zst freebsd-ports-gnome-265402a2a07f127abe3431baf354628aef38a641.zip |
Do not try to remove directories used only when the X11 option is on.
Fixes check-plist errors with the X11 option unset.
PR: 190768
Submitted by: Dave Duchscher <daved@tamu.edu>
-rw-r--r-- | mail/metamail/Makefile | 2 | ||||
-rw-r--r-- | mail/metamail/pkg-plist | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/mail/metamail/Makefile b/mail/metamail/Makefile index 69064b5d3e61..56cbaff5c8fd 100644 --- a/mail/metamail/Makefile +++ b/mail/metamail/Makefile @@ -3,7 +3,7 @@ PORTNAME= metamail PORTVERSION= 2.7 -PORTREVISION= 10 +PORTREVISION= 11 CATEGORIES= mail MASTER_SITES= http://ftp.funet.fi/pub/unix/mail/metamail/ \ ftp://ftp.research.telcordia.com/pub/nsb/ diff --git a/mail/metamail/pkg-plist b/mail/metamail/pkg-plist index a3e24d6f3dd8..77656903ce71 100644 --- a/mail/metamail/pkg-plist +++ b/mail/metamail/pkg-plist @@ -50,5 +50,5 @@ man/man1/showpartial.1.gz man/man1/showpicture.1.gz man/man1/splitmail.1.gz man/man4/mailcap.4.gz -@dirrmtry lib/metamail/fonts -@dirrmtry lib/metamail +%%X11%%@dirrmtry lib/metamail/fonts +%%X11%%@dirrmtry lib/metamail |