47b14d783b
- Support PLIST_FILES PR: 179226 Submitted by: ports fury
14 lines
292 B
Text
14 lines
292 B
Text
--- 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
|
|
|
|
|
|
|