diff options
author | ijliao <ijliao@FreeBSD.org> | 2002-09-28 02:10:40 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2002-09-28 02:10:40 +0800 |
commit | d95872e821a7b8c27778dbb7cbb5d270e1e39b85 (patch) | |
tree | 735dc514edb32f9758bae46ce3a4feb14b4e8af3 /security | |
parent | bfdbc9b77ca1d71280522e2fa29e2073eba6cf3b (diff) | |
download | freebsd-ports-gnome-d95872e821a7b8c27778dbb7cbb5d270e1e39b85.tar.gz freebsd-ports-gnome-d95872e821a7b8c27778dbb7cbb5d270e1e39b85.tar.zst freebsd-ports-gnome-d95872e821a7b8c27778dbb7cbb5d270e1e39b85.zip |
fix install-doc error
Submitted by: bento log
Diffstat (limited to 'security')
-rw-r--r-- | security/ccrypt/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/ccrypt/Makefile b/security/ccrypt/Makefile index bde19236f42e..53fd4bba69f4 100644 --- a/security/ccrypt/Makefile +++ b/security/ccrypt/Makefile @@ -34,7 +34,7 @@ post-patch: post-install: .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/ ${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/doc/ccrypt.html ${DOCSDIR} .endif .include <bsd.port.mk> |