mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-29 05:38:00 +00:00
cda642dbe2
2- Stagify. PR: ports/181227 Submitted by: /me Approved by: maintainer's time-out
12 lines
269 B
Plaintext
12 lines
269 B
Plaintext
--- PORD/lib/Makefile.orig 2011-05-10 14:56:32.000000000 +0200
|
|
+++ PORD/lib/Makefile 2013-08-11 18:31:47.000000000 +0200
|
|
@@ -22,7 +22,7 @@
|
|
$(CC) $(COPTIONS) -c $*.c $(OUTC)$*.o
|
|
|
|
libpord$(LIBEXT):$(OBJS)
|
|
- $(AR)$@ $(OBJS)
|
|
+ $(AR) $@ $(OBJS)
|
|
$(RANLIB) $@
|
|
|
|
clean:
|