mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-08 06:48:28 +00:00
6172d4b590
With hat: portmgr Sponsored by: Absolight
11 lines
337 B
Plaintext
11 lines
337 B
Plaintext
--- bin/plman Tue Nov 23 11:32:50 2004
|
|
+++ bin/plman.port Mon Dec 12 12:57:36 2005
|
|
@@ -1,6 +1,6 @@
|
|
#! /bin/sh
|
|
|
|
-PLMAN_PATH='MODIFY HERE!!' # Example: ~/bin/plman
|
|
+PLMAN_PATH='%%DATADIR%%' # Example: ~/bin/plman
|
|
|
|
# Execute plman
|
|
java -classpath "${PLMAN_PATH}/lib/plman.jar":"${PLMAN_PATH}/lib/ant.jar" PropositionalLogicParser $*
|