diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2005-12-31 04:28:08 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2005-12-31 04:28:08 +0000 |
commit | 92eaeee9b4825e756cad08a3219d67a291d5a1f4 (patch) | |
tree | 574f22f99f9e1e655e1f2fbbf02d5628ca59a3bf /security/john/files/patch-Makefile | |
parent | Back out previous commit. (diff) |
- Update to 1.6.40
- Be more picky about whats PORTDOCS and what not
- Moved john.conf from ${DATADIR} to ${PREFIX}/etc
- Preserve existing/changed config file on install/deinstall
- Remove files/patch-john.conf
Notes
Notes:
svn path=/head/; revision=152468
Diffstat (limited to 'security/john/files/patch-Makefile')
-rw-r--r-- | security/john/files/patch-Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/security/john/files/patch-Makefile b/security/john/files/patch-Makefile index 83fbb0612775..804c0d651486 100644 --- a/security/john/files/patch-Makefile +++ b/security/john/files/patch-Makefile @@ -1,7 +1,7 @@ ---- Makefile Sun Nov 30 02:02:25 2003 -+++ Makefile Wed Apr 14 15:34:42 2004 +--- Makefile.orig Mon Dec 12 19:53:36 2005 ++++ Makefile Sat Dec 31 01:30:01 2005 @@ -3,10 +3,10 @@ - # Copyright (c) 1996-2003 by Solar Designer + # Copyright (c) 1996-2005 by Solar Designer # -CPP = gcc @@ -15,8 +15,8 @@ CP = cp LN = ln -sf RM = rm -f -@@ -14,7 +14,8 @@ - SED = sed +@@ -15,7 +15,8 @@ + PERL = perl NULL = /dev/null CPPFLAGS = -E -CFLAGS = -c -Wall -O2 -fomit-frame-pointer |