From 65822b7d028325d31fa2d49310f5d2ca88337366 Mon Sep 17 00:00:00 2001 From: "Philip M. Gollucci" Date: Thu, 14 Jan 2010 03:31:20 +0000 Subject: - Fix startup warning by running Doc/scantree.pl post-install PR: ports/131225 Submitted by: douglas steinwand --- math/PDL/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'math/PDL') diff --git a/math/PDL/Makefile b/math/PDL/Makefile index cee82e46ddae..ace7be446d2d 100644 --- a/math/PDL/Makefile +++ b/math/PDL/Makefile @@ -8,7 +8,7 @@ PORTNAME= PDL PORTVERSION= 2.4.4 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= math perl5 MASTER_SITES= CPAN/${PORTNAME}:cpan \ SF/pdl/PDL/${PORTVERSION}:sf @@ -69,6 +69,7 @@ test: # autogen plist post-install: + @(cd ${WRKSRC}; ${PERL} Doc/scantree.pl) @(cd ${WRKSRC}/blib/man3 ; \ ${FIND} *.3 | ${SED} "s,^,${MAN3PREFIX:S,^${PREFIX}/,,}/man/man3/," \ >> ${TMPPLIST} ; \ -- cgit v1.2.3