diff options
author | Julian Elischer <julian@FreeBSD.org> | 1998-07-01 19:13:37 +0000 |
---|---|---|
committer | Julian Elischer <julian@FreeBSD.org> | 1998-07-01 19:13:37 +0000 |
commit | 3ce6522991cbd672234db37581c81019fa9330f9 (patch) | |
tree | 4a4d08e31f601b5020751f730b194a8947500912 /devel/a2dev/files/patch-aa | |
parent | Enable sis, a new circuit emulator port. (diff) |
Submitted by: archie Cobbs (archie@whistle.com)
Apple ][ assembler and linker written by archie in the dark ages.
Notes
Notes:
svn path=/head/; revision=11642
Diffstat (limited to '')
-rw-r--r-- | devel/a2dev/files/patch-aa | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/devel/a2dev/files/patch-aa b/devel/a2dev/files/patch-aa new file mode 100644 index 000000000000..ea6aad22d43c --- /dev/null +++ b/devel/a2dev/files/patch-aa @@ -0,0 +1,23 @@ +diff -ur a2dev-1.2.orig/Make.defs a2dev-1.2/Make.defs +--- a2dev-1.2.orig/Make.defs Tue Mar 28 07:14:43 1995 ++++ a2dev-1.2/Make.defs Wed Jul 1 18:22:36 1998 +@@ -7,8 +7,8 @@ + + # Where are installation "bin" and "man" subdirectories? + +-INSTBIN = /usr/local/bin +-INSTMAN = /usr/local/man ++INSTBIN = ${PREFIX}/bin ++INSTMAN = ${PREFIX}/man + + # What utilities to use when making + +@@ -21,7 +21,7 @@ + BISON = bison + AR = ar + RM = rm -f +-INSTALL = ginstall ++INSTALL = install + + # Where our utility library is + |