diff options
Diffstat (limited to 'graphics/xv')
-rw-r--r-- | graphics/xv/Makefile | 7 | ||||
-rw-r--r-- | graphics/xv/pkg-descr | 7 | ||||
-rw-r--r-- | graphics/xv/pkg-plist | 1 |
3 files changed, 12 insertions, 3 deletions
diff --git a/graphics/xv/Makefile b/graphics/xv/Makefile index 4ed75cb9227..efab2e82d31 100644 --- a/graphics/xv/Makefile +++ b/graphics/xv/Makefile @@ -3,7 +3,7 @@ # Date created: 30 October 1994 # Whom: smace # -# $Id: Makefile,v 1.8 1995/05/13 23:57:44 asami Exp $ +# $Id: Makefile,v 1.9 1995/10/03 21:58:40 ache Exp $ # DISTNAME= xv-3.10a @@ -15,7 +15,8 @@ LIB_DEPENDS= jpeg\\.6\\.:${PORTSDIR}/graphics/jpeg \ USE_IMAKE= yes -# Restrictive copyright -NO_PACKAGE= yes +post-install: + mkdir -p ${PREFIX}/share/doc/xv + cp ${WRKSRC}/README ${PREFIX}/share/doc/xv .include <bsd.port.mk> diff --git a/graphics/xv/pkg-descr b/graphics/xv/pkg-descr index 2a9e0b272c7..75641db7c9a 100644 --- a/graphics/xv/pkg-descr +++ b/graphics/xv/pkg-descr @@ -3,3 +3,10 @@ JPEG, TIFF, PBM, PGM, PPM, X11 bitmap, Utah Raster Toolkit RLE, PDS/VICAR, Sun Rasterfile, BMP, XPM, PCX, IRIS RGB, possibly PostScript, and PM formats on workstations and terminals running the X Window System, Version 11. + +Note that this program is shareware except for personal use only. +Please read the documentation in the directory + + /usr/X11R6/share/doc/xv + +for proper usage. diff --git a/graphics/xv/pkg-plist b/graphics/xv/pkg-plist index 71dbd18472b..a68c25be0a4 100644 --- a/graphics/xv/pkg-plist +++ b/graphics/xv/pkg-plist @@ -9,3 +9,4 @@ man/man1/bggen.1.gz man/man1/vdcomp.1.gz man/man1/xcmap.1.gz man/man1/xvpictoppm.1.gz +share/doc/xv/README |