summaryrefslogtreecommitdiff
path: root/audio/tracker/files/patch-aa
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>1995-05-29 13:46:42 +0000
committercvs2svn <cvs2svn@FreeBSD.org>1995-05-29 13:46:42 +0000
commit444bcd3c2ed803274c8deafa2c3fa03f8a394653 (patch)
tree297f74782436a0f973b6b89d60c10f399af9a135 /audio/tracker/files/patch-aa
parentRemove comment about not being able to undefine a variable, as we *can* (diff)
This commit was manufactured by cvs2svn to create tagrelease/2.0.5
'RELENG_2_0_5_RELEASE'.
Diffstat (limited to 'audio/tracker/files/patch-aa')
-rw-r--r--audio/tracker/files/patch-aa40
1 files changed, 0 insertions, 40 deletions
diff --git a/audio/tracker/files/patch-aa b/audio/tracker/files/patch-aa
deleted file mode 100644
index 1a54d582db02..000000000000
--- a/audio/tracker/files/patch-aa
+++ /dev/null
@@ -1,40 +0,0 @@
-*** 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.