diff options
Diffstat (limited to 'graphics/xv/Makefile')
-rw-r--r-- | graphics/xv/Makefile | 5 |
1 files changed, 4 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> |