diff options
author | Andrej Zverev <az@FreeBSD.org> | 2013-07-26 05:33:51 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2013-07-26 05:33:51 +0000 |
commit | a4fc6158f566f3061d1acce1ef519be9cd17a69a (patch) | |
tree | eb22256c13100460a384a64ae5d3fbefbaab9ab7 /graphics/p5-GD-Graph3d | |
parent | f720ee1568631cec981d47b6deaf26f18bc44159 (diff) |
Notes
Diffstat (limited to 'graphics/p5-GD-Graph3d')
-rw-r--r-- | graphics/p5-GD-Graph3d/Makefile | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/graphics/p5-GD-Graph3d/Makefile b/graphics/p5-GD-Graph3d/Makefile index 76b5a4f6ba80..c201ea05c387 100644 --- a/graphics/p5-GD-Graph3d/Makefile +++ b/graphics/p5-GD-Graph3d/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-GD-Graph -# Date created: 10 April 2000 -# Whom: Dmitry Sivachenko <dima@Chg.RU> -# +# Created by: Dmitry Sivachenko <dima@Chg.RU> # $FreeBSD$ -# PORTNAME= GD-Graph3d PORTVERSION= 0.63 @@ -19,11 +15,8 @@ BUILD_DEPENDS= p5-GD-Graph>=0:${PORTSDIR}/graphics/p5-GD-Graph RUN_DEPENDS:= ${BUILD_DEPENDS} PERL_CONFIGURE= yes +USE_DOS2UNIX= lib/GD/Graph3d.pm # pod2man doesn't work without this MAN3= GD::Graph3d.3 -post-patch: -# pod2man doesn't work without this - ${PERL} -pi -e 's/\r//' ${WRKSRC}/lib/GD/Graph3d.pm - .include <bsd.port.mk> |