aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2014-01-22 11:21:54 +0000
committerMathieu Arnold <mat@FreeBSD.org>2014-01-22 11:21:54 +0000
commit09a1f6d9a25aeac6639ec911caa755838e9d95c0 (patch)
treeba0436f626f49d790be97278ada4f087b73d1aa9
parent2161d2b1e9fdcee25b0cfd266428207bf64f0c1e (diff)
downloadports-09a1f6d9a25aeac6639ec911caa755838e9d95c0.tar.gz
ports-09a1f6d9a25aeac6639ec911caa755838e9d95c0.zip
Notes
-rw-r--r--security/p5-Crypt-RC6/Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/security/p5-Crypt-RC6/Makefile b/security/p5-Crypt-RC6/Makefile
index 875c461b497e..56ec0674f29b 100644
--- a/security/p5-Crypt-RC6/Makefile
+++ b/security/p5-Crypt-RC6/Makefile
@@ -10,10 +10,7 @@ PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Perl implementation of the RC6 encryption algorithm
-USES= perl5
+USES= perl5 dos2unix
USE_PERL5= configure
-do-patch:
- ${REINPLACE_CMD} -e 's/ //' ${WRKSRC}/RC6.pm
-
.include <bsd.port.mk>