diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 1995-05-29 13:46:40 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 1995-05-29 13:46:40 +0000 |
commit | 0d98f1227110082e9e507ca236458f6c363e25b6 (patch) | |
tree | 297f74782436a0f973b6b89d60c10f399af9a135 /print/afm/files/patch-aa | |
parent | Remove comment about not being able to undefine a variable, as we *can* (diff) |
This commit was manufactured by cvs2svn to create tag 'RELENG_2_0_5_ALPHA'.release/2.0.5a
Diffstat (limited to 'print/afm/files/patch-aa')
-rw-r--r-- | print/afm/files/patch-aa | 37 |
1 files changed, 0 insertions, 37 deletions
diff --git a/print/afm/files/patch-aa b/print/afm/files/patch-aa deleted file mode 100644 index 0611a175c4a9..000000000000 --- a/print/afm/files/patch-aa +++ /dev/null @@ -1,37 +0,0 @@ -*** Makefile Sun Apr 18 16:07:07 1993 ---- ../../Makefile.new Wed Nov 23 06:42:43 1994 -*************** -*** 36,43 **** - # lptops program expects them to reside in files without a ".afm" - # suffix. - # -! DEPTH=.. -! include ${DEPTH}/defs - - AFMFILES=\ - AvantGarde-Book.afm \ ---- 36,43 ---- - # lptops program expects them to reside in files without a ".afm" - # suffix. - # -! AFMDIR=/usr/local/lib/afm -! INSTALL=install - - AFMFILES=\ - AvantGarde-Book.afm \ -*************** -*** 80,85 **** - ${NULL} - - install: ${AFMFILES} - for i in ${AFMFILES}; do \ -! ${INSTALL} -F ${AFMDIR} -m 444 -src $$i -O `basename $$i .afm`; \ - done ---- 80,86 ---- - ${NULL} - - install: ${AFMFILES} -+ [ -d ${AFMDIR} ] || mkdir ${AFMDIR} - for i in ${AFMFILES}; do \ -! ${INSTALL} -c -o bin -g bin -m 444 $$i ${AFMDIR}/`basename $$i .afm`; \ - done |