mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
15 lines
292 B
Plaintext
15 lines
292 B
Plaintext
--- xpns.orig Tue Apr 8 11:27:14 1997
|
|
+++ xpns Tue Apr 8 11:29:05 1997
|
|
@@ -1,6 +1,8 @@
|
|
-#!/bin/tcsh
|
|
-setenv XAPPLRESDIR $PWD/
|
|
-pns
|
|
+#!/bin/sh
|
|
+# Note pns will dump core if environment is not correct
|
|
+XAPPLRESDIR=%%PREFIX%%/share/xpns/
|
|
+export XAPPLRESDIR
|
|
+%%PREFIX%%/libexec/xpns/pns
|
|
|
|
|
|
|