opnsense-ports/devel/cweb/files/patch-Makefile
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01:00

11 lines
332 B
Text

--- Makefile.orig 2009-03-25 18:19:26.000000000 +0100
+++ Makefile 2009-03-25 18:20:14.000000000 +0100
@@ -140,7 +140,7 @@
cweave: cweave.o common.o
$(CC) $(LINKFLAGS) -o cweave cweave.o common.o
-cweave.c: cweave.w $(WCHANGES)
+cweave.c: cweave.w $(WCHANGES) ctangle
$(CTANGLE) cweave $(WCHANGES)
doc: $(SOURCES:.w=.dvi)