aboutsummaryrefslogtreecommitdiff
path: root/editors/p5-Proc-InvokeEditor/Makefile
diff options
context:
space:
mode:
authorVanilla I. Shu <vanilla@FreeBSD.org>2013-11-03 09:39:04 +0000
committerVanilla I. Shu <vanilla@FreeBSD.org>2013-11-03 09:39:04 +0000
commit52a68b2d9ca88d2df50fd40c26dcfe87e1e29a80 (patch)
tree42baf887e6d17f0cf25ea4774e759cc57c4066e8 /editors/p5-Proc-InvokeEditor/Makefile
parentb44cbee198e3c77c1af94154eab30e7a4374be9c (diff)
downloadports-52a68b2d9ca88d2df50fd40c26dcfe87e1e29a80.tar.gz
ports-52a68b2d9ca88d2df50fd40c26dcfe87e1e29a80.zip
Support STAGEDIR.
Notes
Notes: svn path=/head/; revision=332599
Diffstat (limited to 'editors/p5-Proc-InvokeEditor/Makefile')
-rw-r--r--editors/p5-Proc-InvokeEditor/Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/editors/p5-Proc-InvokeEditor/Makefile b/editors/p5-Proc-InvokeEditor/Makefile
index 4b9ae1d22447..0f07e26fa7b3 100644
--- a/editors/p5-Proc-InvokeEditor/Makefile
+++ b/editors/p5-Proc-InvokeEditor/Makefile
@@ -15,12 +15,9 @@ LICENSE= ART10 GPLv1
LICENSE_COMB= dual
BUILD_DEPENDS= p5-Carp-Assert>=0:${PORTSDIR}/devel/p5-Carp-Assert
-RUN_DEPENDS= p5-Carp-Assert>=0:${PORTSDIR}/devel/p5-Carp-Assert
+RUN_DEPENDS:= ${BUILD_DEPENDS}
USES= perl5
USE_PERL5= configure
-MAN3= Proc::InvokeEditor.3
-
-NO_STAGE= yes
.include <bsd.port.mk>