diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2015-03-04 13:20:03 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2015-03-04 13:20:03 +0800 |
commit | 6ae38b3d08525e9d2574aef916f8c06a29829520 (patch) | |
tree | b74538631c1b43cb1817f0649a9c45d62a31fbe9 | |
parent | 837f618b17d14ee5a5676240eabc92aa7e5aeb14 (diff) | |
download | freebsd-ports-graphics-6ae38b3d08525e9d2574aef916f8c06a29829520.tar.gz freebsd-ports-graphics-6ae38b3d08525e9d2574aef916f8c06a29829520.tar.zst freebsd-ports-graphics-6ae38b3d08525e9d2574aef916f8c06a29829520.zip |
- Add LICENSE_FILE
- Drop @dirrm* from plist
-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 f0eaf9f3fbe..9b62de70c26 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 462d4310ff2..52efc973647 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%% |