diff options
author | agc <agc@pkgsrc.org> | 2004-01-20 12:18:15 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 2004-01-20 12:18:15 +0000 |
commit | 61769bf56e2f71617516434864edec5b0165f3d4 (patch) | |
tree | 7e51ed5182afc31c5b55e269ef05eb2f01cb97f2 /security/crack | |
parent | 3a111113dcf15a2b040e07ba3513ace1fed6fea6 (diff) | |
download | pkgsrc-61769bf56e2f71617516434864edec5b0165f3d4.tar.gz |
Move WRKSRC definition away from the first paragraph in a Makefile.
Diffstat (limited to 'security/crack')
-rw-r--r-- | security/crack/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/security/crack/Makefile b/security/crack/Makefile index 3504c28d1ff..bcb38513a88 100644 --- a/security/crack/Makefile +++ b/security/crack/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.15 2003/10/06 08:19:45 jlam Exp $ +# $NetBSD: Makefile,v 1.16 2004/01/20 12:25:33 agc Exp $ # FreeBSD Id: ports/security/crack/Makefile,v 1.11 1999/09/04 19:24:50 obrien Exp DISTNAME= crack5.0 PKGNAME= crack-5.0 -WRKSRC= ${WRKDIR}/c50a CATEGORIES= security MASTER_SITES= ftp://ftp.task.gda.pl/mirror/ftp.cert.org/pub/tools/crack/ \ ftp://ftp.cs.umn.edu/mirror00/ftp.win.tue.nl/pub/security/ \ @@ -13,6 +12,8 @@ MAINTAINER= bouyer@NetBSD.org HOMEPAGE= http://www.users.dircon.co.uk/~crypto/ COMMENT= The "Sensible" Unix Password Cracker +WRKSRC= ${WRKDIR}/c50a + pre-configure: @${ECHO} "XLIB+= -lcrypt" >> ${WRKSRC}/src/util/Makefile |