diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2015-05-29 04:27:31 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2015-05-29 04:27:31 +0800 |
commit | 85c7f5c8f36608d14990f3ff018ee32f01a67c50 (patch) | |
tree | 6b51b51d0e6451a36505a48a4fd364dc68bbc3ba /mail | |
parent | aab9beee8ae493a482b2bdceafa89f4926d041ae (diff) | |
download | freebsd-ports-gnome-85c7f5c8f36608d14990f3ff018ee32f01a67c50.tar.gz freebsd-ports-gnome-85c7f5c8f36608d14990f3ff018ee32f01a67c50.tar.zst freebsd-ports-gnome-85c7f5c8f36608d14990f3ff018ee32f01a67c50.zip |
- Modernize plist
- Remove deprecated MAN* knobs
Diffstat (limited to 'mail')
-rw-r--r-- | mail/exact/Makefile | 3 | ||||
-rw-r--r-- | mail/exact/pkg-plist | 4 |
2 files changed, 3 insertions, 4 deletions
diff --git a/mail/exact/Makefile b/mail/exact/Makefile index b7773c629294..fe35b0ceab03 100644 --- a/mail/exact/Makefile +++ b/mail/exact/Makefile @@ -34,7 +34,4 @@ do-install: ${INSTALL_MAN} ${WRKSRC}/exact.conf.5 ${STAGEDIR}${MAN5PREFIX}/man/man5 ${INSTALL_MAN} ${WRKSRC}/exact.8 ${STAGEDIR}${MAN8PREFIX}/man/man8 -MAN5= exact.conf.5 -MAN8= exact.8 - .include <bsd.port.mk> diff --git a/mail/exact/pkg-plist b/mail/exact/pkg-plist index cc1edc78dfef..11ef794109d9 100644 --- a/mail/exact/pkg-plist +++ b/mail/exact/pkg-plist @@ -5,4 +5,6 @@ man/man8/exact.8.gz sbin/exact @owner %%MAILUSER%% @group %%MAILGROUP%% -@dirrmtry %%EXACTDIR%% +@dir %%EXACTDIR%% +@owner +@group |