1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-19 03:52:17 +00:00
freebsd-ports/devel/cocktail/files/patch-rpp-src-Makefile
Edwin Groothuis 8937ed4066 [PORT UPGRADE] devel/cocktail corrected for 64bits compilation
The orignal port only ran on i386, since there were some
	64bit conversion problems. The included tar file replaces
	the compete devel/cocktail tree currently in the ports tree.

(lots of patches!)

PR:		ports/71940
Submitted by:	Willem Jan Withagen <wjw@withagen.nl>
2004-12-15 04:05:34 +00:00

27 lines
576 B
Plaintext

--- /usr/ports/devel/cocktail/work/cocktail-9309//./rpp/src/Makefile Tue Feb 15 14:28:17 1994
+++ ./rpp/src/Makefile Thu Aug 5 18:48:26 2004
@@ -1,4 +1,3 @@
-BIN = $(HOME)/bin
SOURCES = Scanner.md Scanner.mi
all: rpp_boot
@@ -11,7 +10,7 @@
echo p rpp | mc -d ../../reuse/src
Scanner.md Scanner.mi: rpp.rex
- rex -d rpp.rex;
+ $(REX) -d rpp.rex;
install: rpp
install -c -s -m 755 rpp $(BIN)/rpp
@@ -24,7 +23,7 @@
cd ../m2c; rm -f *.m[id]
clean:
- rm -f *.[dimor] rpp *.bak
+ -rm -f *.[dimor] rpp *.bak
CLEAN: clean
- rm -f $(SOURCES)
+ -rm -f $(SOURCES)