diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 18:35:44 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 18:35:44 +0000 |
commit | eb08c5441cf4772f805b99523084b12164ed2495 (patch) | |
tree | f4861f167b47e08ed6e9f5bbe5172252c8b51efc /graphics/p5-Chart-Graph | |
parent | a285ade9102ca7c15642dfccd7816abc3c725c98 (diff) |
Notes
Diffstat (limited to 'graphics/p5-Chart-Graph')
-rw-r--r-- | graphics/p5-Chart-Graph/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/graphics/p5-Chart-Graph/Makefile b/graphics/p5-Chart-Graph/Makefile index 52fdacd30904..b901bfa0158c 100644 --- a/graphics/p5-Chart-Graph/Makefile +++ b/graphics/p5-Chart-Graph/Makefile @@ -1,10 +1,5 @@ -# ex:ts=8 -# Ports collection makefile for: p5-Chart-Graph -# Date Created: Aug 30, 2004 -# Whom: ijliao -# +# Created by: ijliao # $FreeBSD$ -# PORTNAME= Chart-Graph PORTVERSION= 3.2 @@ -29,6 +24,7 @@ MAN3= Chart::Graph.3 \ Chart::Graph::Xrt2d.3 \ Chart::Graph::Xrt3d.3 +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e "s,%%LOCALBASE%%,${LOCALBASE}," ${WRKSRC}/Makefile.PL |