summaryrefslogtreecommitdiff
path: root/graphics/xv
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1996-03-06 12:53:10 +0000
committerSatoshi Asami <asami@FreeBSD.org>1996-03-06 12:53:10 +0000
commit9524631c603c31fe2656d2b74aa6b9f36b1e322a (patch)
treefe659178bf15e1ed4208d64d6ab81b4d4a3b76a1 /graphics/xv
parentAdd hpscan, which was, um, sort of missing. (diff)
Set an example by installing the xv manual (postscript, only 3.6MB)
in ${PREFIX}/share/doc/xv, conditional to NOPORTDOCS. Note that README is not conditionalized on NOPORTDOCS, this is the license statement and its installation is required by the xv author.
Notes
Notes: svn path=/head/; revision=2785
Diffstat (limited to 'graphics/xv')
-rw-r--r--graphics/xv/Makefile5
-rw-r--r--graphics/xv/pkg-plist1
2 files changed, 5 insertions, 1 deletions
diff --git a/graphics/xv/Makefile b/graphics/xv/Makefile
index efab2e82d316..b72a2f53319e 100644
--- a/graphics/xv/Makefile
+++ b/graphics/xv/Makefile
@@ -3,7 +3,7 @@
# Date created: 30 October 1994
# Whom: smace
#
-# $Id: Makefile,v 1.9 1995/10/03 21:58:40 ache Exp $
+# $Id: Makefile,v 1.10 1995/12/20 10:49:09 asami Exp $
#
DISTNAME= xv-3.10a
@@ -18,5 +18,8 @@ USE_IMAKE= yes
post-install:
mkdir -p ${PREFIX}/share/doc/xv
cp ${WRKSRC}/README ${PREFIX}/share/doc/xv
+.if !defined(NOPORTDOCS)
+ cp ${WRKSRC}/docs/xvdocs.ps ${PREFIX}/share/doc/xv
+.endif
.include <bsd.port.mk>
diff --git a/graphics/xv/pkg-plist b/graphics/xv/pkg-plist
index a68c25be0a4f..4f5a3159b750 100644
--- a/graphics/xv/pkg-plist
+++ b/graphics/xv/pkg-plist
@@ -10,3 +10,4 @@ man/man1/vdcomp.1.gz
man/man1/xcmap.1.gz
man/man1/xvpictoppm.1.gz
share/doc/xv/README
+share/doc/xv/xvdocs.ps