diff options
author | Ade Lovett <ade@FreeBSD.org> | 2000-10-13 20:22:31 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2000-10-13 20:22:31 +0000 |
commit | 07234fb9fc56f65f6b50be8a25d8d9ea2469f3e3 (patch) | |
tree | 21241b65694c369c074af8e70cae00c4eefd55d4 /misc/xpns/files/patch-ab | |
parent | Support CC/CFLAGS/X11BASE/PREFIX/MAKE properly (diff) |
Support CC/CFLAGS/X11BASE/PREFIX properly
Change location of data files from lib/ to share/
PR: 21581
Submitted by: Ports Fury
Approved by: maintainer
Diffstat (limited to 'misc/xpns/files/patch-ab')
-rw-r--r-- | misc/xpns/files/patch-ab | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/xpns/files/patch-ab b/misc/xpns/files/patch-ab index 6f224dbc0bda..e79a2e477085 100644 --- a/misc/xpns/files/patch-ab +++ b/misc/xpns/files/patch-ab @@ -5,9 +5,9 @@ -setenv XAPPLRESDIR $PWD/ -pns +#!/bin/csh -+setenv XAPPLRESDIR /usr/X11R6/lib/xpns/ ++setenv XAPPLRESDIR %%PREFIX%%/share/xpns/ +# Note pns will dump core if environment is not correct -+/usr/X11R6/lib/xpns/pns ++%%PREFIX%%/libexec/xpns/pns |