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 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