diff options
author | Alexey Dokuchaev <danfe@FreeBSD.org> | 2010-06-22 02:44:28 +0000 |
---|---|---|
committer | Alexey Dokuchaev <danfe@FreeBSD.org> | 2010-06-22 02:44:28 +0000 |
commit | 6d0febff2b00e69a858c407de8e62b174838303a (patch) | |
tree | 373d8d6de28c6a2b23006ca236716b3281484912 /security/john/Makefile | |
parent | a5691f37d9b18a0858ef7307338d4defdb698b57 (diff) |
Notes
Diffstat (limited to 'security/john/Makefile')
-rw-r--r-- | security/john/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/security/john/Makefile b/security/john/Makefile index 35ae2e0fd941..348fa223845d 100644 --- a/security/john/Makefile +++ b/security/john/Makefile @@ -6,7 +6,7 @@ # PORTNAME= john -PORTVERSION= 1.7.5 +PORTVERSION= 1.7.6 CATEGORIES= security MASTER_SITES= http://www.openwall.com/john/g/ \ http://mirrors.kernel.org/openwall/projects/john/${PORTVERSION}/ \ @@ -61,9 +61,9 @@ post-patch: ${WRKSRC}/run/*.rb pre-build: - @${ECHO} - @${ECHO} "Building for ${ALL_TARGET}" - @${ECHO} + @${ECHO_CMD} + @${ECHO_CMD} "Building for ${ALL_TARGET}" + @${ECHO_CMD} do-install: ${INSTALL_PROGRAM} ${WRKSRC}/run/john ${PREFIX}/bin |