diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-03-04 13:20:03 +0800 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-03-04 13:20:03 +0800 |
commit | 02ec4800c8281b0a2fd2d6d38027e290c3863669 (patch) | |
tree | b74538631c1b43cb1817f0649a9c45d62a31fbe9 /mail | |
parent | 55e70eefee788179dbe71e693c1f6ee9e0982574 (diff) | |
download | freebsd-ports-gnome-02ec4800c8281b0a2fd2d6d38027e290c3863669.tar.gz freebsd-ports-gnome-02ec4800c8281b0a2fd2d6d38027e290c3863669.tar.zst freebsd-ports-gnome-02ec4800c8281b0a2fd2d6d38027e290c3863669.zip |
- Add LICENSE_FILE
- Drop @dirrm* from plist
Diffstat (limited to 'mail')
-rw-r--r-- | mail/exilog/Makefile | 1 | ||||
-rw-r--r-- | mail/exilog/pkg-plist | 3 |
2 files changed, 1 insertions, 3 deletions
diff --git a/mail/exilog/Makefile b/mail/exilog/Makefile index f0eaf9f3fbe0..9b62de70c260 100644 --- a/mail/exilog/Makefile +++ b/mail/exilog/Makefile @@ -11,6 +11,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Tool to centralize and visualize Exim logs with a web front end LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/LICENSE #RUN_DEPENDS= p5-Net-Netmask>=0:${PORTSDIR}/net-mgmt/p5-Net-Netmask diff --git a/mail/exilog/pkg-plist b/mail/exilog/pkg-plist index 462d4310ff24..52efc973647f 100644 --- a/mail/exilog/pkg-plist +++ b/mail/exilog/pkg-plist @@ -62,6 +62,3 @@ sbin/exilog_cleanup.pl %%EXILOGDIR%%/icons/stopwatch.png %%EXILOGDIR%%/icons/timerange.png %%EXILOGDIR%%/icons/unknown.png -@dirrm %%EXILOGDIR%%/icons -@dirrm %%EXILOGDIR%% -%%PORTDOCS%%@dirrm %%DOCSDIR%% |