aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-VCP/Makefile
diff options
context:
space:
mode:
authorHiroki Sato <hrs@FreeBSD.org>2004-09-01 16:02:33 +0000
committerHiroki Sato <hrs@FreeBSD.org>2004-09-01 16:02:33 +0000
commit8ec5eb80711ab7fc9abd92aaf2e56c36cebd16ff (patch)
treecfb8543709777d168a82b36602732f048ec7470f /devel/p5-VCP/Makefile
parent4829d989ab8a1133577efbbea219598ee0474b97 (diff)
downloadports-8ec5eb80711ab7fc9abd92aaf2e56c36cebd16ff.tar.gz
ports-8ec5eb80711ab7fc9abd92aaf2e56c36cebd16ff.zip
Notes
Diffstat (limited to 'devel/p5-VCP/Makefile')
-rw-r--r--devel/p5-VCP/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/devel/p5-VCP/Makefile b/devel/p5-VCP/Makefile
index 425a880659ff..1dd76e5d16f4 100644
--- a/devel/p5-VCP/Makefile
+++ b/devel/p5-VCP/Makefile
@@ -6,7 +6,7 @@
PORTNAME= VCP
PORTVERSION= 0.9
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= XML/RBS
@@ -26,7 +26,6 @@ BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/XML/Parser.pm:${PORTSDIR}/textproc/p5-X
${SITE_PERL}/BFD.pm:${PORTSDIR}/devel/p5-BFD \
${SITE_PERL}/Text/Table.pm:${PORTSDIR}/textproc/p5-Text-Table \
${SITE_PERL}/${PERL_ARCH}/List/Util.pm:${PORTSDIR}/lang/p5-Scalar-List-Utils
-
RUN_DEPENDS= ${BUILD_DEPENDS}
.include <bsd.port.pre.mk>
@@ -77,7 +76,6 @@ MAN3= RevML::Doctype.3 \
VCP::Filter::dumpdata.3 \
VCP::Filter::identity.3 \
VCP::Filter::labelmap.3 \
- VCP::Filter::logmemsize.3 \
VCP::Filter::map.3 \
VCP::Filter::sort.3 \
VCP::Filter::stringedit.3 \
@@ -114,4 +112,7 @@ MAN3= RevML::Doctype.3 \
VCP::Utils::revml.3 \
VCP::Utils::vss.3
+post-patch:
+ ${FIND} ${WRKSRC} -name "*.orig" -a -exec ${RM} -f {} \;
+
.include <bsd.port.post.mk>