Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 12 Aug 2018 17:34:35 +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: r477024 - head/net/p5-Net-NTP
Message-ID:  <201808121734.w7CHYZMq003487@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201808121734.w7CHYZMq003487>