1
0
Fork 0
mirror of https://git.freebsd.org/ports.git synced 2025-07-03 18:39:16 -04:00
ports/devel/phpsh/files/patch-src_phpsh
Mathieu Arnold 8dab11a002 Remove $FreeBSD$ from patches files in categories a-j.
With hat:	portmgr
Sponsored by:	Absolight
2015-05-22 13:34:20 +00:00

11 lines
452 B
Text

--- src/phpsh.orig
+++ src/phpsh
@@ -10,7 +10,7 @@
p = OptionParser(usage=usage, version="%prog " + __version__)
p.add_option("-c", "--codebase-mode",
help="""Use "-c none" to load no codebase.
-See /etc/phpsh/rc.php for other codebase modes.""")
+See %%ETCDIR%%/rc.php for other codebase modes.""")
p.add_option("-t", "--test-file",
help="""Run a saved-phpsh-session unit test file.
See test/ in the phpsh distribution for examples.""")