summaryrefslogtreecommitdiff
path: root/print/gv
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2001-02-26 02:41:29 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2001-02-26 02:41:29 +0000
commit48ab5bc0b2ee917d8f164bcd7520db8d554a9c3c (patch)
treee37b5ea550d975451560fc71d09f070b61e9f80a /print/gv
parentUpgrade to mtv 1.2.1 (diff)
- Support PREFIX properly
- Fix Imakefile breakage under XFree86 4.x PR: 25325 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
Notes
Notes: svn path=/head/; revision=38718
Diffstat (limited to 'print/gv')
-rw-r--r--print/gv/Makefile2
-rw-r--r--print/gv/files/patch-aa6
-rw-r--r--print/gv/files/patch-ab11
3 files changed, 13 insertions, 6 deletions
diff --git a/print/gv/Makefile b/print/gv/Makefile
index 79eb73931cde..24c2916cd88d 100644
--- a/print/gv/Makefile
+++ b/print/gv/Makefile
@@ -22,7 +22,7 @@ MAN1= gv.1
post-install:
.if !defined(NOPORTDOCS)
- @(cd ${WRKSRC}; ${MAKE} install.doc)
+ @(cd ${WRKSRC}; ${MAKE_ENV} ${MAKE} install.doc)
.endif
@${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL
diff --git a/print/gv/files/patch-aa b/print/gv/files/patch-aa
index 25d32adbd78d..101a0a668d89 100644
--- a/print/gv/files/patch-aa
+++ b/print/gv/files/patch-aa
@@ -1,5 +1,5 @@
---- config.Unix.orig Fri Jun 6 15:00:00 1997
-+++ config.Unix Mon Jun 9 14:45:19 1997
+--- config.Unix.orig Sat Jun 7 07:00:00 1997
++++ config.Unix Wed Feb 21 06:47:59 2001
@@ -32,10 +32,10 @@
XCOMM --------------------------------------------------------------------
XCOMM Destination directories.
@@ -9,7 +9,7 @@
- GV_LIBDIR = /usr/local/lib/gv/
- GV_MANDIR = /usr/local/man/man1/
+ GV_BINDIR = $(BINDIR)
-+ GV_DOCDIR = /usr/X11R6/share/doc/gv/
++ GV_DOCDIR = $(PREFIX)/share/doc/gv/
+ GV_LIBDIR = $(LIBDIR)/gv/
+ GV_MANDIR = $(MANDIR)
diff --git a/print/gv/files/patch-ab b/print/gv/files/patch-ab
index 94ed6122e49e..9ffe11e320e6 100644
--- a/print/gv/files/patch-ab
+++ b/print/gv/files/patch-ab
@@ -1,5 +1,5 @@
---- doc/Imakefile.orig Fri Jun 6 15:00:00 1997
-+++ doc/Imakefile Mon Jun 9 14:36:59 1997
+--- doc/Imakefile.orig Sat Jun 7 07:00:00 1997
++++ doc/Imakefile Wed Feb 21 06:44:54 2001
@@ -27,7 +27,7 @@
GV_CONFIG_FILE = ../config.Unix
#include "../config.Unix"
@@ -9,3 +9,10 @@
ComplexProgramTarget(gv)
+@@ -52,4 +52,5 @@
+ InstallDocFile(key-bindings.txt-gz,key-bindings.txt.gz,$(GV_DOCDIR))
+ InstallDocFile(comments.doc-gz,comments.doc.gz,$(GV_DOCDIR))
+ InstallDocFile(gv.ps-gz,gv.ps.gz,$(GV_DOCDIR))
+-InstallDocFiles(gv*.html,$(GV_DOCDIR))
++InstallDocFile(gv.html,gv.html,$(GV_DOCDIR))
++InstallDocFiles(gv-*.html,$(GV_DOCDIR))