diff options
author | Andreas Schulz <ats@FreeBSD.org> | 1995-02-26 23:30:16 +0000 |
---|---|---|
committer | Andreas Schulz <ats@FreeBSD.org> | 1995-02-26 23:30:16 +0000 |
commit | 7f3fb9917eff00e8d439774653cf13a979337efd (patch) | |
tree | bcbee3462ee68530b5b3ade13eea6644f66bb1a8 /misc/tkman/files | |
parent | Move the target of the pre-build to the pre-install. At the time of the (diff) |
Correct the patch file so that the patches doesn't get rejected :-).
Diffstat (limited to 'misc/tkman/files')
-rw-r--r-- | misc/tkman/files/patch-aa | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/misc/tkman/files/patch-aa b/misc/tkman/files/patch-aa index 2a2775c7cbe7..a8428c3fa148 100644 --- a/misc/tkman/files/patch-aa +++ b/misc/tkman/files/patch-aa @@ -1,5 +1,5 @@ -*** Makefile.orig Thu Dec 22 23:11:08 1994 ---- Makefile Tue Dec 27 16:42:02 1994 +*** Makefile.orig Fri Dec 30 23:25:05 1994 +--- Makefile Mon Feb 27 00:19:20 1995 *************** *** 36,58 **** # (pathname should be less than 25 or so characters) @@ -21,7 +21,7 @@ ! manformat = {tbl | neqn | nroff -man | col} # alternatively -! #manformat = {groff -Tascii -te -mandoc} +! #manformat = {groff -Tascii -te -mandoc -l} # Ultrix users should uncomment the following line #manformat = {tbl | nroff -man | col} @@ -43,7 +43,7 @@ # # # MACHINE DEPENDENCIES # # # -! #manformat = {tbl | neqn | nroff -man | col} +! # manformat = {tbl | neqn | nroff -man | col} # alternatively ! manformat = {groff -Tascii -te -mandoc} # Ultrix users should uncomment the following line |