diff options
author | asami <asami@FreeBSD.org> | 1996-03-06 20:53:10 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1996-03-06 20:53:10 +0800 |
commit | e1a704e809dcb106ea9eefb28d0b239b338aadca (patch) | |
tree | 7ef25b1f42ef521d4710b0225eadd2b8a3978a13 /graphics | |
parent | d9aa3c10c397d737158e77c707e8ae7f2202affa (diff) | |
download | freebsd-ports-gnome-e1a704e809dcb106ea9eefb28d0b239b338aadca.tar.gz freebsd-ports-gnome-e1a704e809dcb106ea9eefb28d0b239b338aadca.tar.zst freebsd-ports-gnome-e1a704e809dcb106ea9eefb28d0b239b338aadca.zip |
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.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/xv/Makefile | 5 | ||||
-rw-r--r-- | graphics/xv/pkg-plist | 1 |
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 |