diff options
author | Pete Fritchman <petef@FreeBSD.org> | 2001-11-25 08:59:47 +0000 |
---|---|---|
committer | Pete Fritchman <petef@FreeBSD.org> | 2001-11-25 08:59:47 +0000 |
commit | d9634a5ac825ca03486cb031283035f857728620 (patch) | |
tree | 34b3a23b8f0de20ee648d09a6d7ea21b4b633463 /math/unixstat/files | |
parent | Add keylaunch-1.3.0, an X utility for binding commands to a hot key (diff) |
Add unixstat-5.4, a statistics package designed for use with the Unix shell
PR: 30007
Submitted by: Mike Meyer <mwm@mired.org>
Notes
Notes:
svn path=/head/; revision=50517
Diffstat (limited to 'math/unixstat/files')
-rw-r--r-- | math/unixstat/files/patch-Makefile | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/math/unixstat/files/patch-Makefile b/math/unixstat/files/patch-Makefile new file mode 100644 index 000000000000..9bba6ccb7f40 --- /dev/null +++ b/math/unixstat/files/patch-Makefile @@ -0,0 +1,20 @@ +--- src/makefile.orig Tue Jun 22 18:00:21 1993 ++++ src/makefile Thu Aug 23 15:57:48 2001 +@@ -14,14 +14,13 @@ + ########################################################################## + + DESTDIR=../bin# destination directory +-DESTDIR=../../bin# destination directory +-CFLAGS =-O# C Compiler Options ++#DESTDIR=../../bin# destination directory + LINK =$(CC) $(CFLAGS) -o $(DESTDIR)/$@# Generic link command + LIBS =-lm# libraries needed (math) +-EDITOR =/usr/ucb/vi# editor to call on make edit ++EDITOR =/usr/bin/vi# editor to call on make edit + RM =/bin/rm -f# remove forcefully + MV =/bin/mv# move/rename files +-MAKE =/bin/make# use for recursive makes ++MAKE =/usr/bin/make# use for recursive makes + + MAINS = abut.c anova.c calc.y colex.c contab.c desc.c dm.y dprime.c \ + dsort.c features.c ff.c fpack.c linex.c maketrix.c oneway.c \ |