aboutsummaryrefslogtreecommitdiff
path: root/math/PDL
diff options
context:
space:
mode:
authorPhilip M. Gollucci <pgollucci@FreeBSD.org>2010-01-14 03:31:20 +0000
committerPhilip M. Gollucci <pgollucci@FreeBSD.org>2010-01-14 03:31:20 +0000
commit65822b7d028325d31fa2d49310f5d2ca88337366 (patch)
treebdd0500ddf8bcc99fe4e8ed275b312b4cc807d33 /math/PDL
parentd2cad79c6a2d68cf5c9b0b35c213b1ec36a5a1e6 (diff)
downloadports-65822b7d028325d31fa2d49310f5d2ca88337366.tar.gz
ports-65822b7d028325d31fa2d49310f5d2ca88337366.zip
- Fix startup warning by running Doc/scantree.pl post-install
PR: ports/131225 Submitted by: douglas steinwand <dzs-pr@dzs.fx.org>
Notes
Notes: svn path=/head/; revision=247841
Diffstat (limited to 'math/PDL')
-rw-r--r--math/PDL/Makefile3
1 files changed, 2 insertions, 1 deletions
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} ; \