diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2014-01-22 11:21:54 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2014-01-22 11:21:54 +0000 |
commit | 09a1f6d9a25aeac6639ec911caa755838e9d95c0 (patch) | |
tree | ba0436f626f49d790be97278ada4f087b73d1aa9 | |
parent | 2161d2b1e9fdcee25b0cfd266428207bf64f0c1e (diff) |
Convert to USES=dos2unix. Based on the PR.
PR: ports/185987
Submitted by: Takefu
Sponsored by: Absolight
Notes
Notes:
svn path=/head/; revision=340705
-rw-r--r-- | security/p5-Crypt-RC6/Makefile | 5 |
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> |