diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-11-07 09:28:14 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-11-07 09:28:14 +0000 |
commit | 7cf7b646b201f4759df4922b5cd4e8da431273d2 (patch) | |
tree | 13d42177751c867bde9c2a0e0b61d8d4123c5fc5 /security/libbf | |
parent | f4d7c801f854ff4fad4642d62b23bae798962615 (diff) |
Notes
Diffstat (limited to 'security/libbf')
-rw-r--r-- | security/libbf/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/libbf/Makefile b/security/libbf/Makefile index ff73757a6182..1c27cae2602f 100644 --- a/security/libbf/Makefile +++ b/security/libbf/Makefile @@ -24,7 +24,7 @@ MAKEFLAGS+= BF_ENC=bf_enc.o WRKSRC= ${WRKDIR}/bf -PORTDOCS= blowfish.doc COPYRIGHT README VERSION +MYPORTDOCS= blowfish.doc COPYRIGHT README VERSION do-install: ${INSTALL_PROGRAM} ${WRKSRC}/bfspeed ${PREFIX}/bin @@ -35,7 +35,7 @@ do-install: post-install: .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} -.for doc in ${PORTDOCS} +.for doc in ${MYPORTDOCS} ${INSTALL_DATA} ${WRKSRC}/${doc} ${DOCSDIR} .endfor .endif |