1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-17 08:01:36 +00:00
freebsd-ports/devel/cvsps/files/patch-Makefile
Renato Botelho 1896efe490 devel/cvsps:
* Regenerate patches with make makepatch
* Remove dead MASTER_SITES
* Take maintainership
2019-10-14 18:40:51 +00:00

13 lines
300 B
Plaintext

--- Makefile.orig 2005-05-26 03:39:40 UTC
+++ Makefile
@@ -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