diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2014-03-12 18:47:43 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2014-03-12 18:47:43 +0000 |
commit | bb0dbb4046d7f3f90b26523fa247dd2879324696 (patch) | |
tree | 07542021497ae284bb05913a07e4ba63929fa457 /graphics | |
parent | 8f341259b55ddf6cc6439bd4cfb3eaa4406178a4 (diff) |
Notes
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/p5-GraphViz2/Makefile | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/graphics/p5-GraphViz2/Makefile b/graphics/p5-GraphViz2/Makefile index ee95a4204108..386500e20729 100644 --- a/graphics/p5-GraphViz2/Makefile +++ b/graphics/p5-GraphViz2/Makefile @@ -7,7 +7,6 @@ CATEGORIES= graphics perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:RSAVAGE PKGNAMEPREFIX= p5- -EXTRACT_SUFX= .tgz MAINTAINER= sunpoet@FreeBSD.org COMMENT= Wrapper for AT&T Graphviz @@ -48,20 +47,16 @@ TEST_DEPENDS= p5-Test-Pod>=1.45:${PORTSDIR}/devel/p5-Test-Pod \ OPTIONS_DEFINE= EXAMPLES -USE_PERL5= 5.14.2+ configure -USES= perl5 shebangfix +USE_PERL5= configure +USES= perl5 shebangfix tar:tgz PORTEXAMPLES= * SHEBANG_FILES= scripts/generate.png.sh scripts/generate.svg.sh scripts/pod2html.sh -.include <bsd.port.options.mk> - post-install: -.if ${PORT_OPTIONS:MEXAMPLES} ${MKDIR} ${STAGEDIR}${EXAMPLESDIR}/ ${INSTALL_DATA} ${WRKSRC}/scripts/* ${STAGEDIR}${EXAMPLESDIR}/ -.endif .include <bsd.port.pre.mk> |