mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-17 08:01:36 +00:00
1896efe490
* Regenerate patches with make makepatch * Remove dead MASTER_SITES * Take maintainership
13 lines
300 B
Plaintext
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
|