diff options
author | Kevin Lo <kevlo@FreeBSD.org> | 2001-01-29 15:48:01 +0000 |
---|---|---|
committer | Kevin Lo <kevlo@FreeBSD.org> | 2001-01-29 15:48:01 +0000 |
commit | f34ef8cc9c4a16f0271552cbb2a78097cd27d03f (patch) | |
tree | a383a69a16b19e011b2a82d062e98344b0514c09 /biology/emboss/files/patch-aa | |
parent | - Update www/linux-lesstif-ns to the latest "stable" version(0.92.6). (diff) |
- Update EMBOSS (biology/emboss) from 1.9.0 to 1.9.1
- Update the EMBASSY package EMNU from 1.0.2 to 1.0.3
- Merged the four pkg-plist* files into one
PR: 24717
Submitted by: MAINTAINER
Notes
Notes:
svn path=/head/; revision=37757
Diffstat (limited to 'biology/emboss/files/patch-aa')
-rw-r--r-- | biology/emboss/files/patch-aa | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/biology/emboss/files/patch-aa b/biology/emboss/files/patch-aa index f4b1bc46f7a1..d8bdbf96f9fb 100644 --- a/biology/emboss/files/patch-aa +++ b/biology/emboss/files/patch-aa @@ -17,7 +17,7 @@ The port installs ${PREFIX}/etc/emboss.default.sample + if (!prefixRootFile) + { + ajFmtPrintS (&namRootStr, "%s/etc/%s.default", -+ namInstallRoot, prefixCap, prefix); ++ namInstallRoot, prefix); + prefixRootFile = fopen (ajStrStr(namRootStr), "r"); + } + |