svn commit: r477024 - head/net/p5-Net-NTP

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Aug 12 17:34:39 UTC 2018


Author: sunpoet
Date: Sun Aug 12 17:34:34 2018
New Revision: 477024
URL: https://svnweb.freebsd.org/changeset/ports/477024

Log:
  Update PLIST_FILES: remove %%

Modified:
  head/net/p5-Net-NTP/Makefile

Modified: head/net/p5-Net-NTP/Makefile
==============================================================================
--- head/net/p5-Net-NTP/Makefile	Sun Aug 12 17:34:29 2018	(r477023)
+++ head/net/p5-Net-NTP/Makefile	Sun Aug 12 17:34:34 2018	(r477024)
@@ -13,7 +13,7 @@ NO_ARCH=	yes
 USE_PERL5=	configure
 USES=		perl5
 
-PLIST_FILES=	%%SITE_PERL%%/Net/NTP.pm \
-		%%PERL5_MAN3%%/Net::NTP.3.gz
+PLIST_FILES=	${SITE_PERL_REL}/Net/NTP.pm \
+		${SITE_MAN3_REL}/Net::NTP.3.gz
 
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list