diff options
author | pgollucci <pgollucci@FreeBSD.org> | 2010-01-14 11:31:20 +0800 |
---|---|---|
committer | pgollucci <pgollucci@FreeBSD.org> | 2010-01-14 11:31:20 +0800 |
commit | 714e90351ab200b566cd03dbfd09d90063309f91 (patch) | |
tree | bd35a10527c571cc4886698a471c312016d66bbe | |
parent | 0607d0e5662606fc029de79b010e52227f754634 (diff) | |
download | freebsd-ports-gnome-714e90351ab200b566cd03dbfd09d90063309f91.tar.gz freebsd-ports-gnome-714e90351ab200b566cd03dbfd09d90063309f91.tar.zst freebsd-ports-gnome-714e90351ab200b566cd03dbfd09d90063309f91.zip |
- Fix startup warning by running Doc/scantree.pl post-install
PR: ports/131225
Submitted by: douglas steinwand <dzs-pr@dzs.fx.org>
-rw-r--r-- | math/PDL/Makefile | 3 |
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} ; \ |