Date: Thu, 17 Sep 2015 17:12:18 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397164 - head/devel/p5-subatom Message-ID: <201509171712.t8HHCI1u099683@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Thu Sep 17 17:12:17 2015 New Revision: 397164 URL: https://svnweb.freebsd.org/changeset/ports/397164 Log: - Use %%PERL5_MAN1%% Modified: head/devel/p5-subatom/Makefile Modified: head/devel/p5-subatom/Makefile ============================================================================== --- head/devel/p5-subatom/Makefile Thu Sep 17 17:12:12 2015 (r397163) +++ head/devel/p5-subatom/Makefile Thu Sep 17 17:12:17 2015 (r397164) @@ -20,6 +20,6 @@ USE_PERL5= modbuild USES= perl5 PLIST_FILES= bin/subatom \ - ${SITE_MAN1}/subatom.1.gz + %%PERL5_MAN1%%/subatom.1.gz .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201509171712.t8HHCI1u099683>