1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-17 00:00:40 +00:00
freebsd-ports/audio/tracker/files/patch-aa

58 lines
2.0 KiB
Plaintext
Raw Normal View History

1995-09-14 23:27:58 +00:00
*** Makefile.orig Thu Sep 7 18:15:26 1995
--- Makefile Fri Sep 15 03:09:44 1995
***************
1995-09-14 23:27:58 +00:00
*** 30,36 ****
1995-02-09 21:04:57 +00:00
MAN_DIR = $(PREFIX)/man
1995-01-28 12:02:08 +00:00
# Where to put the compression methods description
1995-02-09 21:04:57 +00:00
! COMPRESSION_FILE=$(PREFIX)/lib/compression_methods
1995-01-28 12:02:08 +00:00
# How to install the binaries and manpage. If you have a unix system,
# use the GNU install program if you have it, otherwise try 'cp'. For
1995-09-14 23:27:58 +00:00
--- 30,36 ----
1995-02-09 21:04:57 +00:00
MAN_DIR = $(PREFIX)/man
1995-01-28 12:02:08 +00:00
# Where to put the compression methods description
! COMPRESSION_FILE=$(PREFIX)/etc/compression_methods
# How to install the binaries and manpage. If you have a unix system,
# use the GNU install program if you have it, otherwise try 'cp'. For
***************
1995-09-14 23:27:58 +00:00
*** 51,58 ****
1995-01-28 12:02:08 +00:00
#
# If you don't wish to use the 'make install' and 'make install.man'
# commands, you can ignore these.
1995-06-22 00:51:25 +00:00
! INST_BIN_OPT = -c -s -m 555 -o store -g store
! INST_MAN_OPT = -c -m 444 -o store -g store
1995-01-28 12:02:08 +00:00
###############################################################################
#
# C compiler flags and libraries for each machine.
1995-09-14 23:27:58 +00:00
--- 51,60 ----
1995-01-28 12:02:08 +00:00
#
# If you don't wish to use the 'make install' and 'make install.man'
# commands, you can ignore these.
1995-06-22 00:51:25 +00:00
! #INST_BIN_OPT = -c -s -m 555 -o store -g store
! #INST_MAN_OPT = -c -m 444 -o store -g store
1995-01-28 12:02:08 +00:00
! INST_BIN_OPT = -c -s -m 555 -o bin -g bin
! INST_MAN_OPT = -c -m 644 -o bin -g bin
###############################################################################
#
# C compiler flags and libraries for each machine.
1995-07-04 00:37:05 +00:00
***************
1995-09-14 23:27:58 +00:00
*** 239,245 ****
1995-08-30 16:05:36 +00:00
display$O prefs$O autoinit$O $(UI)ui$O empty$O color$O version$O \
1995-09-14 23:27:58 +00:00
st_virt$O automaton$O
1995-09-14 23:27:58 +00:00
! all: version.c config.h tracker${EXE} randomize${EXE} splitmod${EXE} doc
1995-07-04 00:37:05 +00:00
config.h: $(CONFIG)config.h Makefile
rm -f config.h
1995-09-14 23:27:58 +00:00
--- 241,247 ----
1995-08-30 16:05:36 +00:00
display$O prefs$O autoinit$O $(UI)ui$O empty$O color$O version$O \
1995-09-14 23:27:58 +00:00
st_virt$O automaton$O
1995-07-04 00:37:05 +00:00
1995-09-14 23:27:58 +00:00
! all: version.c config.h tracker${EXE} randomize${EXE} splitmod${EXE}
1995-07-04 00:37:05 +00:00
config.h: $(CONFIG)config.h Makefile
rm -f config.h