summaryrefslogtreecommitdiff
path: root/x11-toolkits/v
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1998-02-16 13:28:18 +0000
committerSatoshi Asami <asami@FreeBSD.org>1998-02-16 13:28:18 +0000
commitf28b26a3089a07fd5df45e1b8d332c4822d8e4e2 (patch)
tree0d9dc4d97dd0f718ac75cadb6239dae6f79a7a7c /x11-toolkits/v
parentDefine NO_LATEST_LINK for net/ncftp3 and www/squid12 because these are (diff)
Make this port install docs in the right place. If you create
${PREFIX}/share/doc/v, and do a cp -r foo/doc ${PREFIX}/share/doc/v, cp will create a new directory "share/doc/v/doc"....
Notes
Notes: svn path=/head/; revision=9755
Diffstat (limited to 'x11-toolkits/v')
-rw-r--r--x11-toolkits/v/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-toolkits/v/Makefile b/x11-toolkits/v/Makefile
index cdeab0345c58..e581356d683c 100644
--- a/x11-toolkits/v/Makefile
+++ b/x11-toolkits/v/Makefile
@@ -3,7 +3,7 @@
# Date created: 8 Feb 1998
# Whom: Donald Burr <dburr@POBoxes.com>
#
-# $Id$
+# $Id: Makefile,v 1.1.1.1 1998/02/10 07:05:12 jkh Exp $
#
DISTNAME= v-1.17
@@ -30,7 +30,7 @@ post-install:
.else
@echo "==> Installing extra docs under ${PREFIX}/share/doc/v..."
${MKDIR} ${PREFIX}/share/doc/v
- ${CP} -R ${WRKSRC}/doc ${PREFIX}/share/doc/v
+ ${CP} -R ${WRKSRC}/doc/* ${PREFIX}/share/doc/v
find ${PREFIX}/share/doc/v -type d -exec chmod 755 {} \;
find ${PREFIX}/share/doc/v -type f -exec chmod 644 {} \;
@echo "==> Extra docs installed. Note, you will need *tex to read 'em."