diff options
author | swallace <swallace@FreeBSD.org> | 1995-03-06 09:59:56 +0800 |
---|---|---|
committer | swallace <swallace@FreeBSD.org> | 1995-03-06 09:59:56 +0800 |
commit | 5402501e151c7f6f88381bec1d1eec9a2b314dc4 (patch) | |
tree | faa6ae4f0734bf28fc424ab444586c69b11eb664 | |
parent | 73013538a84190db646d84a5ef808060b443f04c (diff) | |
download | freebsd-ports-gnome-5402501e151c7f6f88381bec1d1eec9a2b314dc4.tar.gz freebsd-ports-gnome-5402501e151c7f6f88381bec1d1eec9a2b314dc4.tar.zst freebsd-ports-gnome-5402501e151c7f6f88381bec1d1eec9a2b314dc4.zip |
Set MACHINE type to freebsd.
Set default PREFIX to /usr/local.
-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 |