diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2008-07-25 12:48:47 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2008-07-25 12:48:47 +0000 |
commit | 2f35b73926abf3d3de21382a8a16414200fa2d5b (patch) | |
tree | ba424f33251d8f6c55d5b3a690abf181b6a819ee /security/tthsum | |
parent | 8c8dbd7325f0c5cd3837737357a4e2cdd953cee5 (diff) |
Notes
Diffstat (limited to 'security/tthsum')
-rw-r--r-- | security/tthsum/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/tthsum/Makefile b/security/tthsum/Makefile index 57b5f08f4c8a..c80e70f5a13e 100644 --- a/security/tthsum/Makefile +++ b/security/tthsum/Makefile @@ -15,7 +15,7 @@ COMMENT= A command-line utility for generating and checking TTH message digests USE_GMAKE= yes -MAKE_ENV= CC="${CC}" CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}" +MAKE_ENV= LDFLAGS="${LDFLAGS}" PORTDOCS= Changelog.txt PLIST_FILES= bin/tthsum |