diff options
author | mharo <mharo@FreeBSD.org> | 1999-08-28 09:58:05 +0800 |
---|---|---|
committer | mharo <mharo@FreeBSD.org> | 1999-08-28 09:58:05 +0800 |
commit | fa1d1e4d83108ff37c97627528c2face622cdd11 (patch) | |
tree | dcf9b0fb1a68bffcee5022498436b05c5daec532 /security/john/Makefile | |
parent | 553599566d995df6cf4174f74328f0d62cd46206 (diff) | |
download | freebsd-ports-gnome-fa1d1e4d83108ff37c97627528c2face622cdd11.tar.gz freebsd-ports-gnome-fa1d1e4d83108ff37c97627528c2face622cdd11.tar.zst freebsd-ports-gnome-fa1d1e4d83108ff37c97627528c2face622cdd11.zip |
ln -> ${LN}
Diffstat (limited to 'security/john/Makefile')
-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 \ |