freebsd-ports/misc/xpns/files/patch-ab
Martin Wilke 47b14d783b - Fix build with clang
- Support PLIST_FILES

PR:		179226
Submitted by:	ports fury
2013-06-04 10:04:47 +00:00

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