Install the docs for this thing too...
ok aanriot@
This commit is contained in:
parent
022e60cd82
commit
244c52bc2b
@ -1,9 +1,9 @@
|
|||||||
# $OpenBSD: Makefile,v 1.31 2005/09/07 19:43:41 aanriot Exp $
|
# $OpenBSD: Makefile,v 1.32 2005/09/09 06:10:29 marcm Exp $
|
||||||
|
|
||||||
COMMENT= "extremely fast password cracker"
|
COMMENT= "extremely fast password cracker"
|
||||||
|
|
||||||
DISTNAME= john-1.6.38
|
DISTNAME= john-1.6.38
|
||||||
PKGNAME= ${DISTNAME}p0
|
PKGNAME= ${DISTNAME}p1
|
||||||
CATEGORIES= security
|
CATEGORIES= security
|
||||||
|
|
||||||
HOMEPAGE= http://www.openwall.com/john/
|
HOMEPAGE= http://www.openwall.com/john/
|
||||||
@ -69,6 +69,7 @@ do-install:
|
|||||||
ln -sf john unafs && \
|
ln -sf john unafs && \
|
||||||
ln -sf john unique
|
ln -sf john unique
|
||||||
${INSTALL_DATA} ${WRKDIST}/run/john.conf ${PREFIX}/share/examples/john
|
${INSTALL_DATA} ${WRKDIST}/run/john.conf ${PREFIX}/share/examples/john
|
||||||
|
${INSTALL_DATA} ${WRKDIR}/john-1.6/doc/* ${PREFIX}/share/doc/john
|
||||||
${INSTALL_DATA} ${WRKDIST}/doc/* ${PREFIX}/share/doc/john
|
${INSTALL_DATA} ${WRKDIST}/doc/* ${PREFIX}/share/doc/john
|
||||||
${INSTALL_DATA} ${WRKDIR}/john-1.6/run/*.chr ${PREFIX}/share/john
|
${INSTALL_DATA} ${WRKDIR}/john-1.6/run/*.chr ${PREFIX}/share/john
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
@comment $OpenBSD: PLIST,v 1.8 2005/09/06 20:20:26 aanriot Exp $
|
@comment $OpenBSD: PLIST,v 1.9 2005/09/09 06:10:29 marcm Exp $
|
||||||
bin/john
|
bin/john
|
||||||
bin/mailer
|
bin/mailer
|
||||||
bin/unafs
|
bin/unafs
|
||||||
@ -6,11 +6,18 @@ bin/unique
|
|||||||
bin/unshadow
|
bin/unshadow
|
||||||
share/doc/john/
|
share/doc/john/
|
||||||
share/doc/john/CHANGES
|
share/doc/john/CHANGES
|
||||||
|
share/doc/john/CONFIG
|
||||||
|
@comment share/doc/john/CREDITS
|
||||||
|
share/doc/john/EXAMPLES
|
||||||
|
share/doc/john/EXTERNAL
|
||||||
|
share/doc/john/FAQ
|
||||||
share/doc/john/INSTALL
|
share/doc/john/INSTALL
|
||||||
share/doc/john/LICENSING
|
share/doc/john/LICENSING
|
||||||
share/doc/john/MODES
|
share/doc/john/MODES
|
||||||
|
@comment share/doc/john/NEWS
|
||||||
share/doc/john/OPTIONS
|
share/doc/john/OPTIONS
|
||||||
share/doc/john/README
|
share/doc/john/README
|
||||||
|
share/doc/john/RULES
|
||||||
share/examples/john/
|
share/examples/john/
|
||||||
share/examples/john/john.conf
|
share/examples/john/john.conf
|
||||||
@sample ${SYSCONFDIR}/john.conf
|
@sample ${SYSCONFDIR}/john.conf
|
||||||
|
Loading…
Reference in New Issue
Block a user