mirror of
https://git.freebsd.org/ports.git
synced 2025-06-06 21:30:31 -04:00
12 lines
348 B
Text
12 lines
348 B
Text
--- Makefile.orig 2012-07-18 12:44:35.000000000 +0200
|
|
+++ Makefile 2012-07-18 12:44:52.000000000 +0200
|
|
@@ -23,6 +23,9 @@ all: cvsps
|
|
cvsps: $(OBJS)
|
|
$(CC) -o cvsps $(OBJS) -lz
|
|
|
|
+.c.o:
|
|
+ $(CC) $(CFLAGS) -c -o $@ $<
|
|
+
|
|
install:
|
|
[ -d $(prefix)/bin ] || mkdir -p $(prefix)/bin
|
|
[ -d $(prefix)/share/man/man1 ] || mkdir -p $(prefix)/share/man/man1
|