diff options
author | Chris Rees <crees@FreeBSD.org> | 2013-01-18 16:00:45 +0000 |
---|---|---|
committer | Chris Rees <crees@FreeBSD.org> | 2013-01-18 16:00:45 +0000 |
commit | f0bc5c13258777d81d7569e28823a4bc863602a0 (patch) | |
tree | 7f09f7acdea4667e102d46417f1a6f3175a52a1d | |
parent | Update to 1.8.8 (diff) |
Remove interactivity
Reviewed by: bapt
Notes
Notes:
svn path=/head/; revision=310613
-rw-r--r-- | devel/p5-Inline-CPP/Makefile | 6 | ||||
-rw-r--r-- | devel/p5-Inline-CPP/files/patch-Makefile.PL (renamed from devel/p5-Inline-CPP/files/opt-patch-Makefile.PL) | 0 |
2 files changed, 0 insertions, 6 deletions
diff --git a/devel/p5-Inline-CPP/Makefile b/devel/p5-Inline-CPP/Makefile index 23648a6f6326..56f7f4629754 100644 --- a/devel/p5-Inline-CPP/Makefile +++ b/devel/p5-Inline-CPP/Makefile @@ -17,12 +17,6 @@ RUN_DEPENDS= p5-Inline>=0.51:${PORTSDIR}/devel/p5-Inline \ PERL_CONFIGURE= yes -.if defined(BATCH) || defined(PACKAGE_BUILDING) -EXTRA_PATCHES+= ${FILESDIR}/opt-patch-Makefile.PL -.else -IS_INTERACTIVE= yes -.endif - MAN3= Inline::CPP.3 \ Inline::CPP::Config.3 \ Inline::CPP::grammar.3 diff --git a/devel/p5-Inline-CPP/files/opt-patch-Makefile.PL b/devel/p5-Inline-CPP/files/patch-Makefile.PL index 377fc652d0f2..377fc652d0f2 100644 --- a/devel/p5-Inline-CPP/files/opt-patch-Makefile.PL +++ b/devel/p5-Inline-CPP/files/patch-Makefile.PL |