diff options
author | kevlo <kevlo@FreeBSD.org> | 2001-02-20 23:51:34 +0800 |
---|---|---|
committer | kevlo <kevlo@FreeBSD.org> | 2001-02-20 23:51:34 +0800 |
commit | d727b647c33f60885090285b0f0eb1db152cef1c (patch) | |
tree | 77003e065a7e6ab5339a47c395f4863a4daba3bf /biology/emboss/files | |
parent | 33a916ab67be7a36af42f6b9b0bc17dffb39b3a9 (diff) | |
download | freebsd-ports-gnome-d727b647c33f60885090285b0f0eb1db152cef1c.tar.gz freebsd-ports-gnome-d727b647c33f60885090285b0f0eb1db152cef1c.tar.zst freebsd-ports-gnome-d727b647c33f60885090285b0f0eb1db152cef1c.zip |
Update to version 1.10.0
PR: 25228
Submitted by: MAINTAINER
Diffstat (limited to 'biology/emboss/files')
-rw-r--r-- | biology/emboss/files/patch-emboss-acd-emboss.default | 30 |
1 files changed, 18 insertions, 12 deletions
diff --git a/biology/emboss/files/patch-emboss-acd-emboss.default b/biology/emboss/files/patch-emboss-acd-emboss.default index 8311f5b23837..1346c5d78ce6 100644 --- a/biology/emboss/files/patch-emboss-acd-emboss.default +++ b/biology/emboss/files/patch-emboss-acd-emboss.default @@ -1,6 +1,6 @@ ---- emboss/acd/emboss.default.orig Mon Jan 22 23:26:54 2001 -+++ emboss/acd/emboss.default Mon Jan 29 16:23:15 2001 -@@ -1,9 +1,26 @@ +--- emboss/acd/emboss.default.orig Sun Feb 18 16:57:08 2001 ++++ emboss/acd/emboss.default Tue Feb 20 10:45:57 2001 +@@ -1,9 +1,31 @@ -SET emboss_tempdata /nfs/WWW/data/EMBOSS/test +##################################################### +### Configuration options for FreeBSD EMBOSS port ### @@ -8,20 +8,26 @@ -# Logfile - set this to a file that any user can append to -# and EMBOSS applications will automatically write log information -+# This is the compiled-in default. Change only if -+# you know what you're doing! ++# The directory where EMBOSS expects to find run-time ++# databases. This is the compiled-in default - change ++# only if you know what you're doing! +# -+#SET emboss_data /usr/local/share/EMBOSS/data ++#SET emboss_data %%PREFIX%%/share/EMBOSS/data -+# This is where your local databases reside -+# (this will differ from site to site): +-#SET emboss_logfile /packages/emboss/emboss/log ++# This is an alias which is internal to this ++# configuration file and is set here merely as a ++# convenience. It points to the location where you ++# have placed your local databases (this will differ ++# from site to site). +# -+SET emboss_tempdata /var/db/bio ++SET emboss_tempdata %%PREFIX%%/share/EMBOSS/databases + -+# Logfile - set this to a file that any user can append to and EMBOSS -+# applications will automatically write log information ++# Logfile. If this is uncommented and set to a file ++# that any user can append to, EMBOSS applications ++# will automatically log usage information. +# - #SET emboss_logfile /packages/emboss/emboss/log ++#SET emboss_logfile /var/log/emboss.log + + +########################################### |