diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-03-06 22:57:48 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-03-06 22:57:48 +0000 |
commit | d3c24d35b28931a1a81edb37b2ecb04497bb5402 (patch) | |
tree | 1c57506bdf87ab09eb437aa066de64bc51f30549 /math/xgfe/files/patch-ab | |
parent | The hostsentry port is unusable as shipped and requires additional (diff) |
Update to xgfe 2.1, switch to QT 3, respect NOPORTDOCS, fix build
with gcc 3.
Submitted by: Marius Strobl <marius@alchemy.franken.de>
PR: ports/59024
Notes
Notes:
svn path=/head/; revision=103143
Diffstat (limited to 'math/xgfe/files/patch-ab')
-rw-r--r-- | math/xgfe/files/patch-ab | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/xgfe/files/patch-ab b/math/xgfe/files/patch-ab index 2ecb111c3494..82bf6c69a761 100644 --- a/math/xgfe/files/patch-ab +++ b/math/xgfe/files/patch-ab @@ -7,7 +7,7 @@ -INSTALL_BIN = /usr/local/bin -INSTALL_DOC = /usr/local/doc/xgfe-$(VERSION) +INSTALL_BIN = $(PREFIX)/bin -+INSTALL_DOC = $(PREFIX)/share/doc/xgfe ++INSTALL_DOC = $(DOCSDIR) STATIC_TARGET = xgfe-static # end modifications |