diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2004-08-11 22:10:50 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2004-08-11 22:10:50 +0000 |
commit | 06687083616451261c6ad78d8e092965d91301e8 (patch) | |
tree | 068dda3590c338322cfe76723b92ff092a7413ae /security/john | |
parent | Aspell English Dictionary Updated. (diff) |
- Install additional documentation
- Portlint
PR: ports/69627
Submitted by: Radim Kolar <hsn@netmag.cz>
Approved by: maintainer timeout (14 days)
Notes
Notes:
svn path=/head/; revision=115973
Diffstat (limited to 'security/john')
-rw-r--r-- | security/john/Makefile | 7 | ||||
-rw-r--r-- | security/john/pkg-plist | 5 |
2 files changed, 5 insertions, 7 deletions
diff --git a/security/john/Makefile b/security/john/Makefile index 7c9eb2372d84..779c6235bc87 100644 --- a/security/john/Makefile +++ b/security/john/Makefile @@ -8,6 +8,7 @@ PORTNAME= john PORTVERSION= 1.6.37 +PORTREVISION= 1 CATEGORIES= security MASTER_SITES= http://www.openwall.com/john/a/ \ ftp://ftp.ru.openwall.com/pub/projects/john/ @@ -18,19 +19,20 @@ MAINTAINER= dom@helenmarks.co.uk COMMENT= Featureful Unix password cracker USE_REINPLACE= yes +PORTDOCS= * .include <bsd.port.pre.mk> OSNAME= ${OPSYS:S/F/f/:S/N/n/:S/O/o/:S/B/b/:S/S/s/:S/D/d/} ALL_TARGET= generic -.if ${MACHINE_ARCH} == "i386" +.if ${ARCH} == "i386" . if ${MACHINE_CPU:Mmmx} ALL_TARGET= ${OSNAME}-x86-mmx-elf . else ALL_TARGET= ${OSNAME}-x86-any-elf . endif -.elif ${MACHINE_ARCH} == "alpha" +.elif ${ARCH} == "alpha" ALL_TARGET= ${OSNAME}-alpha .endif @@ -60,6 +62,7 @@ do-install: ${DATADIR} .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} + @${INSTALL_DATA} ${OLDSRC}/../doc/* ${DOCSDIR} @${INSTALL_DATA} ${WRKDIR}/${DISTNAME}/doc/* ${DOCSDIR} .endif diff --git a/security/john/pkg-plist b/security/john/pkg-plist index 9015b18e78f4..39f3fdfcaf95 100644 --- a/security/john/pkg-plist +++ b/security/john/pkg-plist @@ -1,4 +1,3 @@ -@comment $FreeBSD$ bin/john bin/unshadow bin/xtract @@ -8,8 +7,4 @@ share/john/digits.chr share/john/lanman.chr share/john/john.conf share/john/password.lst -share/doc/john/CHANGES -share/doc/john/LICENSING -share/doc/john/README -@dirrm share/doc/john @dirrm share/john |