aboutsummaryrefslogtreecommitdiff
path: root/security/md5deep
diff options
context:
space:
mode:
authorFUJISHIMA Satsuki <sf@FreeBSD.org>2004-08-08 15:09:20 +0000
committerFUJISHIMA Satsuki <sf@FreeBSD.org>2004-08-08 15:09:20 +0000
commitfab9d5c046dac27cd8c06620c17dd65f90974b87 (patch)
tree40bf6d9138d720bc1a3605ddcfe7c7eaad004d8d /security/md5deep
parent577a6350bae0e9cd531baee5d4cb57f494d6a83b (diff)
downloadports-fab9d5c046dac27cd8c06620c17dd65f90974b87.tar.gz
ports-fab9d5c046dac27cd8c06620c17dd65f90974b87.zip
respect CC/CFLAGS.
Notes
Notes: svn path=/head/; revision=115641
Diffstat (limited to 'security/md5deep')
-rw-r--r--security/md5deep/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/security/md5deep/Makefile b/security/md5deep/Makefile
index bde726a0ee83..9202953d9b96 100644
--- a/security/md5deep/Makefile
+++ b/security/md5deep/Makefile
@@ -22,6 +22,10 @@ MAN1= md5deep.1 sha1deep.1
PLIST_FILES= bin/md5deep bin/sha1deep
post-patch:
- @${REINPLACE_CMD} -e 's!/usr/local!${PREFIX}!g' ${WRKSRC}/Makefile
+ @${REINPLACE_CMD} -e 's!/usr/local!${PREFIX}!g' \
+ -e 's!-Wall -O2!$(CFLAGS)!' \
+ -e 's!gcc!$(CC)!' \
+ -e 's!$$(CC)!$$(_CC)!' \
+ -e 's!^CC!_CC!' ${WRKSRC}/Makefile
.include <bsd.port.mk>