svn commit: r398291 - head/multimedia/gcap

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


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

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

Modified:
  head/multimedia/gcap/Makefile

Modified: head/multimedia/gcap/Makefile
==============================================================================
--- head/multimedia/gcap/Makefile	Thu Oct  1 15:55:21 2015	(r398290)
+++ head/multimedia/gcap/Makefile	Thu Oct  1 15:55:25 2015	(r398291)
@@ -17,16 +17,13 @@ BUILD_DEPENDS=	p5-Getopt-ArgvFile>=1.11:
 		p5-HTML-Parser>=3.68:${PORTSDIR}/www/p5-HTML-Parser \
 		p5-Umph-Prompt>=0:${PORTSDIR}/multimedia/p5-Umph-Prompt \
 		p5-XML-DOM>=1.44:${PORTSDIR}/textproc/p5-XML-DOM
-RUN_DEPENDS=	p5-Getopt-ArgvFile>=1.11:${PORTSDIR}/devel/p5-Getopt-ArgvFile \
-		p5-HTML-Parser>=3.68:${PORTSDIR}/www/p5-HTML-Parser \
-		p5-Umph-Prompt>=0:${PORTSDIR}/multimedia/p5-Umph-Prompt \
-		p5-XML-DOM>=1.44:${PORTSDIR}/textproc/p5-XML-DOM
+RUN_DEPENDS:=	${BUILD_DEPENDS}
 TEST_DEPENDS=	p5-Test-Pod>=1:${PORTSDIR}/devel/p5-Test-Pod
 
 USES=		perl5
 USE_PERL5=	configure
 NO_ARCH=	yes
 
-PLIST_FILES=	bin/gcap ${SITE_MAN1}/gcap.1.gz
+PLIST_FILES=	bin/gcap %%PERL5_MAN1%%/gcap.1.gz
 
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list