svn commit: r397164 - head/devel/p5-subatom

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Thu Sep 17 17:12:18 UTC 2015


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>


More information about the svn-ports-all mailing list