aboutsummaryrefslogtreecommitdiff
path: root/security/ccrypt/Makefile
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2002-09-27 18:10:40 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2002-09-27 18:10:40 +0000
commiteed22351dbe601070aec1c4e3bf3caf75237b990 (patch)
treeefb8cedd129eff205b867bf28f44ad344ed3482c /security/ccrypt/Makefile
parenta3f4d289f40a4ee243e20d568923c3c9513b2cbb (diff)
downloadports-eed22351dbe601070aec1c4e3bf3caf75237b990.tar.gz
ports-eed22351dbe601070aec1c4e3bf3caf75237b990.zip
fix install-doc error
Submitted by: bento log
Notes
Notes: svn path=/head/; revision=67169
Diffstat (limited to 'security/ccrypt/Makefile')
-rw-r--r--security/ccrypt/Makefile2
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>