diff options
author | is <is> | 2010-08-20 13:15:43 +0000 |
---|---|---|
committer | is <is> | 2010-08-20 13:15:43 +0000 |
commit | d16f55835e229f8d96597e7e1a7d1b728ae40f35 (patch) | |
tree | 7f84ad8f2fd79ba4d6d19f7a53d4eb08fe49fae7 /graphics | |
parent | de158f5850c5e447f2e0da4eed4f8ae8cc614475 (diff) | |
download | pkgsrc-d16f55835e229f8d96597e7e1a7d1b728ae40f35.tar.gz |
Move the reminder about reading the docs to MESSAGE, and use ${PREFIX} there
so that the right path is advertized.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/xv/DESCR | 5 | ||||
-rw-r--r-- | graphics/xv/MESSAGE | 5 | ||||
-rw-r--r-- | graphics/xv/Makefile | 4 |
3 files changed, 7 insertions, 7 deletions
diff --git a/graphics/xv/DESCR b/graphics/xv/DESCR index 75641db7c9a..bc9c41740a4 100644 --- a/graphics/xv/DESCR +++ b/graphics/xv/DESCR @@ -5,8 +5,3 @@ 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/MESSAGE b/graphics/xv/MESSAGE new file mode 100644 index 00000000000..498034e853c --- /dev/null +++ b/graphics/xv/MESSAGE @@ -0,0 +1,5 @@ +Please read the documentation in the directory + + ${PREFIX}/share/doc/xv + +for proper usage. diff --git a/graphics/xv/Makefile b/graphics/xv/Makefile index 873c01d540f..1338bbea4d9 100644 --- a/graphics/xv/Makefile +++ b/graphics/xv/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.81 2010/06/13 22:44:47 wiz Exp $ +# $NetBSD: Makefile,v 1.82 2010/08/20 13:15:43 is Exp $ DISTNAME= xv-3.10a -PKGREVISION= 16 +PKGREVISION= 17 CATEGORIES= graphics x11 MASTER_SITES= ftp://ftp.cis.upenn.edu/pub/xv/ DISTFILES= ${DEFAULT_DISTFILES} ${JUMBO_PATCHES} |