summaryrefslogtreecommitdiff
path: root/devel/xmake/files/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'devel/xmake/files/patch-aa')
-rw-r--r--devel/xmake/files/patch-aa29
1 files changed, 0 insertions, 29 deletions
diff --git a/devel/xmake/files/patch-aa b/devel/xmake/files/patch-aa
deleted file mode 100644
index afebcf56e027..000000000000
--- a/devel/xmake/files/patch-aa
+++ /dev/null
@@ -1,29 +0,0 @@
---- Makefile.orig Wed Oct 22 19:35:01 1997
-+++ Makefile Tue Jun 4 14:14:40 2002
-@@ -1,12 +1,12 @@
-
- SRCS= include.c list.c main.c subs.c var.c wild.c
- OBJS= include.o list.o main.o subs.o var.o wild.o
--CFLAGS= -g -O2 -Wall -Wstrict-prototypes
-+CFLAGS+= -Wall
- LFLAGS=
- EXE= xmake
--IBDIR= /usr/local/bin
--IMDIR= /usr/local/man/man1
--CC= cc
-+PREFIX?= /usr/local
-+IBDIR= $(PREFIX)/bin
-+IMDIR= $(PREFIX)/man/man1
-
- all: $(EXE)
-
-@@ -16,6 +16,6 @@
- clean:
- rm -f $(OBJS) $(EXE)
-
--install: all
-- install -c -s -m 755 $(EXE) $(IBDIR)/$(EXE)
--
-+install:
-+ $(BSD_INSTALL_PROGRAM) $(EXE) $(IBDIR)
-+ $(BSD_INSTALL_MAN) xmake.1 $(IMDIR)