diff options
author | Michael Haro <mharo@FreeBSD.org> | 1999-08-28 01:58:05 +0000 |
---|---|---|
committer | Michael Haro <mharo@FreeBSD.org> | 1999-08-28 01:58:05 +0000 |
commit | af5f314286ac9e406765f8c4bdc4a1cad6826c8e (patch) | |
tree | 656442e4eb4e7a3efb0e0b1776eb4220f3f5ba72 /security/john | |
parent | 17314cf2c355c83b78c65fb1fa52027a3db2ca2a (diff) | |
download | ports-af5f314286ac9e406765f8c4bdc4a1cad6826c8e.tar.gz ports-af5f314286ac9e406765f8c4bdc4a1cad6826c8e.zip |
Notes
Diffstat (limited to 'security/john')
-rw-r--r-- | security/john/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/security/john/Makefile b/security/john/Makefile index 71e947ac6ac5..f1326a2cad5e 100644 --- a/security/john/Makefile +++ b/security/john/Makefile @@ -4,7 +4,7 @@ # Date created: Sun Mar 09, 1997 # Whom: David O'Brien (obrien@FreeBSD.org) # -# $Id: Makefile,v 1.6 1998/07/28 01:56:02 obrien Exp $ +# $Id: Makefile,v 1.7 1998/12/07 08:59:21 obrien Exp $ # DISTNAME= john-1.6 @@ -57,8 +57,8 @@ do-configure: do-install: @${MKDIR} ${PREFIX}/share/john @${INSTALL_PROGRAM} ${WRKDIR}/${DISTNAME}/run/john ${PREFIX}/bin - @(cd ${PREFIX}/bin ; /bin/ln -sf john xtract) - @(cd ${PREFIX}/bin ; /bin/ln -sf john unshadow) + @(cd ${PREFIX}/bin ; ${LN} -sf john xtract) + @(cd ${PREFIX}/bin ; ${LN} -sf john unshadow) @${INSTALL_DATA} \ ${WRKDIR}/${DISTNAME}/run/all.chr \ ${WRKDIR}/${DISTNAME}/run/alpha.chr \ |