Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 1 Oct 2015 15:55:30 +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: r398292 - head/multimedia/umph
Message-ID:  <201510011555.t91FtUI9060638@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Thu Oct  1 15:55:29 2015
New Revision: 398292
URL: https://svnweb.freebsd.org/changeset/ports/398292

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

Modified:
  head/multimedia/umph/Makefile

Modified: head/multimedia/umph/Makefile
==============================================================================
--- head/multimedia/umph/Makefile	Thu Oct  1 15:55:25 2015	(r398291)
+++ head/multimedia/umph/Makefile	Thu Oct  1 15:55:29 2015	(r398292)
@@ -18,9 +18,11 @@ BUILD_DEPENDS=	p5-Getopt-ArgvFile>=1.11:
 		p5-XML-DOM>=1.44:${PORTSDIR}/textproc/p5-XML-DOM
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
+NO_ARCH=	yes
 USE_PERL5=	configure
 USES=		perl5
 
-PLIST_FILES=	bin/umph ${SITE_MAN1}/umph.1.gz
+PLIST_FILES=	bin/umph \
+		%%PERL5_MAN1%%/umph.1.gz
 
 .include <bsd.port.mk>



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