diff options
author | Steven Wallace <swallace@FreeBSD.org> | 1995-03-06 01:59:56 +0000 |
---|---|---|
committer | Steven Wallace <swallace@FreeBSD.org> | 1995-03-06 01:59:56 +0000 |
commit | e5fa54ac1041253a8c87c4b19c4fa01d051ab081 (patch) | |
tree | 74761c2dc522842781614c2c5712f0d23a95c9ee /audio/tracker | |
parent | 598c1fd9f026b3f02dc6b5f97e2d2e18d19d4b62 (diff) | |
download | ports-e5fa54ac1041253a8c87c4b19c4fa01d051ab081.tar.gz ports-e5fa54ac1041253a8c87c4b19c4fa01d051ab081.zip |
Notes
Diffstat (limited to 'audio/tracker')
-rw-r--r-- | audio/tracker/files/patch-aa | 38 |
1 files changed, 36 insertions, 2 deletions
diff --git a/audio/tracker/files/patch-aa b/audio/tracker/files/patch-aa index 1a54d582db02..465c66b9ba77 100644 --- a/audio/tracker/files/patch-aa +++ b/audio/tracker/files/patch-aa @@ -1,5 +1,39 @@ -*** Makefile.orig Thu Mar 2 16:53:34 1995 ---- Makefile Fri Mar 3 07:37:29 1995 +*** Makefile.orig Fri Mar 3 16:16:46 1995 +--- Makefile Sun Mar 5 17:47:06 1995 +*************** +*** 11,17 **** + # hpalib, hplow, hp3, dec, solaris, sparc, linux, freebsd, sgi, + # soundblaster, aix, next. + # gmake needed to handle this file in FreeBSD and NeXTStep +! MACHINE = sparc + VERSION = 4.22 + + # The name of your C compiler. For most machines this will be +--- 11,17 ---- + # hpalib, hplow, hp3, dec, solaris, sparc, linux, freebsd, sgi, + # soundblaster, aix, next. + # gmake needed to handle this file in FreeBSD and NeXTStep +! MACHINE = freebsd + VERSION = 4.22 + + # The name of your C compiler. For most machines this will be +*************** +*** 23,29 **** + # User interface type. Right now, this is Unix as there are no alternatives. + UI = Unix/./ + +! PREFIX=/users/algo/espie/pub + # Destination directory for tracker binaries and manpage. + # + # If you don't wish to use the 'make install' and 'make install.man' +--- 23,29 ---- + # User interface type. Right now, this is Unix as there are no alternatives. + UI = Unix/./ + +! PREFIX=/usr/local + # Destination directory for tracker binaries and manpage. + # + # If you don't wish to use the 'make install' and 'make install.man' *************** *** 32,38 **** MAN_DIR = $(PREFIX)/man |