diff options
Diffstat (limited to 'graphics/pgperl/Makefile')
-rw-r--r-- | graphics/pgperl/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/graphics/pgperl/Makefile b/graphics/pgperl/Makefile index 450cd3a2cb9e..b77f56a5e5be 100644 --- a/graphics/pgperl/Makefile +++ b/graphics/pgperl/Makefile @@ -3,7 +3,7 @@ # Date created: 22 December 1996 # Whom: jmz # -# $Id: Makefile,v 1.6 1997/08/15 15:02:07 jmz Exp $ +# $Id: Makefile,v 1.7 1998/01/27 02:25:21 jmz Exp $ # DISTNAME= PGPLOT-2.08 @@ -18,6 +18,9 @@ LIB_DEPENDS= pgplot\\.5\\.:${PORTSDIR}/graphics/pgplot USE_PERL5= yes ALL_TARGET= dynamic +MAN3= ExtUtils::F77.3 PGPLOT.3 +MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} + do-configure: @cd ${WRKSRC} && ${PREFIX}/bin/perl Makefile.PL |