diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1996-03-06 12:53:10 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1996-03-06 12:53:10 +0000 |
commit | 9524631c603c31fe2656d2b74aa6b9f36b1e322a (patch) | |
tree | fe659178bf15e1ed4208d64d6ab81b4d4a3b76a1 /graphics/xv | |
parent | e2c6ed4533bd8e1ec8b4c4afc4faf393b2f6a4b6 (diff) | |
download | ports-9524631c603c31fe2656d2b74aa6b9f36b1e322a.tar.gz ports-9524631c603c31fe2656d2b74aa6b9f36b1e322a.zip |
Notes
Diffstat (limited to 'graphics/xv')
-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 |