svn commit: r398293 - head/net-mgmt/2ping

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Thu Oct 1 15:55:34 UTC 2015


Author: sunpoet
Date: Thu Oct  1 15:55:33 2015
New Revision: 398293
URL: https://svnweb.freebsd.org/changeset/ports/398293

Log:
  - Add NO_ARCH
  - Update PLIST_FILES: %%PERL5_MAN1%% instead of ${SITE_MAN1} as other p5-* PLIST entries

Modified:
  head/net-mgmt/2ping/Makefile

Modified: head/net-mgmt/2ping/Makefile
==============================================================================
--- head/net-mgmt/2ping/Makefile	Thu Oct  1 15:55:29 2015	(r398292)
+++ head/net-mgmt/2ping/Makefile	Thu Oct  1 15:55:33 2015	(r398293)
@@ -16,11 +16,12 @@ BUILD_DEPENDS=	p5-Digest-CRC>=0:${PORTSD
 		p5-IO-Socket-INET6>=0:${PORTSDIR}/net/p5-IO-Socket-INET6
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
+NO_ARCH=	yes
 USE_PERL5=	configure
 USES=		perl5
 
 PLIST_FILES=	bin/2ping \
-		${SITE_MAN1}/2ping.1.gz
+		%%PERL5_MAN1%%/2ping.1.gz
 
 post-patch:
 	@${REINPLACE_CMD} -e 's|2ping.1p|2ping.1|' ${WRKSRC}/Makefile.PL


More information about the svn-ports-all mailing list