diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2014-02-13 09:40:10 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2014-02-13 09:40:10 +0000 |
commit | 17aa279fc727248e39d6d94a087a2fca8575ae45 (patch) | |
tree | 107702b40a14490ca91f7085571831eb15fd9265 | |
parent | 82f93acc32ce5bcd5e5c374d87853ecec82528a1 (diff) |
Notes
-rw-r--r-- | security/bcrypt/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/security/bcrypt/Makefile b/security/bcrypt/Makefile index 6e7986c8b032..64f52a08bf51 100644 --- a/security/bcrypt/Makefile +++ b/security/bcrypt/Makefile @@ -19,8 +19,6 @@ PLIST_FILES= bin/bcrypt man/man1/bcrypt.1.gz OPTIONS_DEFINE= DOCS -.include <bsd.port.options.mk> - post-patch: @${REINPLACE_CMD} -E 's/^(CC|CFLAGS|LDFLAGS|PREFIX)\ /\1?/' \ ${WRKSRC}/Makefile |