diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-09-01 21:25:59 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-09-01 21:25:59 +0000 |
commit | 8003ba152f15aa82aaadd76fcd6b669cc0cc9981 (patch) | |
tree | 7842527232644d8f0fc76639a38e9596a910d381 /math/unixstat/files/patch-Makefile | |
parent | Convert to USES=libtool and add INSTALL_TARGET=install-strip (diff) |
Remove non staged ports without pending PR from ma*
Diffstat (limited to 'math/unixstat/files/patch-Makefile')
-rw-r--r-- | math/unixstat/files/patch-Makefile | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/math/unixstat/files/patch-Makefile b/math/unixstat/files/patch-Makefile deleted file mode 100644 index 9d621641d9b6..000000000000 --- a/math/unixstat/files/patch-Makefile +++ /dev/null @@ -1,20 +0,0 @@ ---- src/makefile.orig Tue Jun 22 18:00:21 1993 -+++ src/makefile Sun Dec 12 22:51:48 2004 -@@ -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 \ |