diff options
Diffstat (limited to 'security/gnupg-idea/Makefile')
-rw-r--r-- | security/gnupg-idea/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/gnupg-idea/Makefile b/security/gnupg-idea/Makefile index 152c102..9385d11 100644 --- a/security/gnupg-idea/Makefile +++ b/security/gnupg-idea/Makefile @@ -52,7 +52,7 @@ pre-extract: post-extract: .for i in rsa.c - @tr -d '\r' <${_DISTDIR}/${i} >${WRKSRC}/${i} + @${TR} -d '\r' <${_DISTDIR}/${i} >${WRKSRC}/${i} .endfor do-patch: |