mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-04 22:33:27 +00:00
5a29828952
Petri-Net Simulator for Xwindows PR: 3250 Submitted by: Pedro Giffuni S. <pgiffuni@FPS.biblos.unal.edu.co>
14 lines
274 B
Plaintext
14 lines
274 B
Plaintext
--- xpns.orig Tue Apr 8 11:27:14 1997
|
|
+++ xpns Tue Apr 8 11:29:05 1997
|
|
@@ -1,6 +1,7 @@
|
|
-#!/bin/tcsh
|
|
-setenv XAPPLRESDIR $PWD/
|
|
-pns
|
|
+#!/bin/csh
|
|
+setenv XAPPLRESDIR /usr/X11R6/lib/xpns/
|
|
+# Note pns will dump core if environment is not correct
|
|
+/usr/X11R6/lib/xpns/pns
|
|
|
|
|
|
|