svn commit: r398292 - head/multimedia/umph

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


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>


More information about the svn-ports-all mailing list