1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-18 00:10:04 +00:00
freebsd-ports/audio/tracker/files/patch-aa
Andrey A. Chernov d22a45556e Upgrade
1995-03-12 23:46:17 +00:00

41 lines
1.5 KiB
Plaintext

*** Makefile.orig Thu Mar 2 16:53:34 1995
--- Makefile Fri Mar 3 07:37:29 1995
***************
*** 32,38 ****
MAN_DIR = $(PREFIX)/man
# Where to put the compression methods description
! COMPRESSION_FILE=$(PREFIX)/lib/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
--- 32,38 ----
MAN_DIR = $(PREFIX)/man
# 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
***************
*** 53,60 ****
#
# If you don't wish to use the 'make install' and 'make install.man'
# commands, you can ignore these.
! INST_BIN_OPT = -c -s -m 755 -o root -g root
! INST_MAN_OPT = -c -m 644 -o root -g root
###############################################################################
#
# C compiler flags and libraries for each machine.
--- 53,62 ----
#
# If you don't wish to use the 'make install' and 'make install.man'
# commands, you can ignore these.
! #INST_BIN_OPT = -c -s -m 755 -o root -g root
! #INST_MAN_OPT = -c -m 644 -o root -g root
! 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.