Date: Thu, 28 May 2015 20:27:32 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r387764 - head/mail/exact Message-ID: <201505282027.t4SKRWjn039688@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Thu May 28 20:27:31 2015 New Revision: 387764 URL: https://svnweb.freebsd.org/changeset/ports/387764 Log: - Modernize plist - Remove deprecated MAN* knobs Modified: head/mail/exact/Makefile head/mail/exact/pkg-plist Modified: head/mail/exact/Makefile ============================================================================== --- head/mail/exact/Makefile Thu May 28 19:47:24 2015 (r387763) +++ head/mail/exact/Makefile Thu May 28 20:27:31 2015 (r387764) @@ -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> Modified: head/mail/exact/pkg-plist ============================================================================== --- head/mail/exact/pkg-plist Thu May 28 19:47:24 2015 (r387763) +++ head/mail/exact/pkg-plist Thu May 28 20:27:31 2015 (r387764) @@ -5,4 +5,6 @@ man/man8/exact.8.gz sbin/exact @owner %%MAILUSER%% @group %%MAILGROUP%% -@dirrmtry %%EXACTDIR%% +@dir %%EXACTDIR%% +@owner +@group
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201505282027.t4SKRWjn039688>