diff options
Diffstat (limited to 'textproc/smartdoc/files/patch-aa')
-rw-r--r-- | textproc/smartdoc/files/patch-aa | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/textproc/smartdoc/files/patch-aa b/textproc/smartdoc/files/patch-aa new file mode 100644 index 000000000000..91655887d032 --- /dev/null +++ b/textproc/smartdoc/files/patch-aa @@ -0,0 +1,10 @@ +--- bin/sdoc~ Tue Jan 2 17:02:37 2001 ++++ bin/sdoc Tue Jan 2 17:07:27 2001 +@@ -1,5 +1,5 @@ + #! /bin/sh + +-INSTALLDIR=/usr/ports/textproc/smartdoc/work/sdoc ++INSTALLDIR=%%JAVADIR%%/classes + +-java -jar $INSTALLDIR/SmartDoc.jar $* ++%%JDKDIR%%/bin/java -jar $INSTALLDIR/SmartDoc.jar $* |