diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2013-11-05 01:33:02 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2013-11-05 01:33:02 +0000 |
commit | d394d91a6ab79b2552ce91ad66446a1a3564ae55 (patch) | |
tree | 6b2046ea5205e6106b70f572dde8ed8864afc287 /graphics/p5-Graph-ReadWrite/Makefile | |
parent | b59192cc24ef24fba3659c2761a29f8b3a4aca74 (diff) | |
download | ports-d394d91a6ab79b2552ce91ad66446a1a3564ae55.tar.gz ports-d394d91a6ab79b2552ce91ad66446a1a3564ae55.zip |
Notes
Diffstat (limited to 'graphics/p5-Graph-ReadWrite/Makefile')
-rw-r--r-- | graphics/p5-Graph-ReadWrite/Makefile | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/graphics/p5-Graph-ReadWrite/Makefile b/graphics/p5-Graph-ReadWrite/Makefile index 122fedb01d47..6ac0ef8d9634 100644 --- a/graphics/p5-Graph-ReadWrite/Makefile +++ b/graphics/p5-Graph-ReadWrite/Makefile @@ -19,18 +19,6 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 USE_PERL5= configure -MAN3= Graph::Reader.3 \ - Graph::Reader::Dot.3 \ - Graph::Reader::HTK.3 \ - Graph::Reader::XML.3 \ - Graph::Writer.3 \ - Graph::Writer::Dot.3 \ - Graph::Writer::HTK.3 \ - Graph::Writer::VCG.3 \ - Graph::Writer::XML.3 \ - Graph::Writer::daVinci.3 - -NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|Graph-ReadWrite|Graph::ReadWrite|' ${WRKSRC}/Makefile.PL |