diff options
author | tg <tg@FreeBSD.org> | 1997-12-15 08:44:25 +0000 |
---|---|---|
committer | tg <tg@FreeBSD.org> | 1997-12-15 08:44:25 +0000 |
commit | 36554c84d5043967c21bc666e3e6440b53ab03ac (patch) | |
tree | 9682d454f1f2c2ecfd7306653f40165f790c9d21 /misc/acron/files | |
parent | 00bf7a00d3e266906a3488e6da8bb8ef39926669 (diff) | |
download | FreeBSD-ports-36554c84d5043967c21bc666e3e6440b53ab03ac.zip FreeBSD-ports-36554c84d5043967c21bc666e3e6440b53ab03ac.tar.gz |
Import acron port. acron is a database of acronyms and abbreviations.
Diffstat (limited to 'misc/acron/files')
-rw-r--r-- | misc/acron/files/patch-aa | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/misc/acron/files/patch-aa b/misc/acron/files/patch-aa new file mode 100644 index 0000000..cf5177c --- /dev/null +++ b/misc/acron/files/patch-aa @@ -0,0 +1,16 @@ +--- whats.orig Wed Oct 14 18:32:40 1992 ++++ whats Sat Dec 13 11:31:33 1997 +@@ -44,11 +44,11 @@ + fi + ac=`echo ${ac} | tr "[a-z]" "[A-Z]"` + +-if [ ! -f acron ] ++if [ ! -z ${ACRON} ] + then + acron=${ACRON} + else +- acron=acron ++ acron=@@PREFIX@@/share/misc/acron + fi + i=`grep $q -c "^${ac} " ${acron}` + |