mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
badca57123
Submitted by: Alex Perel <veers@disturbed.net> Reviewed by: cpiazza, obrien
12 lines
410 B
Plaintext
12 lines
410 B
Plaintext
--- libc/Makefile.in.tmp Sun Aug 29 18:16:42 1999
|
|
+++ libc/Makefile.in Sun Aug 29 18:17:49 1999
|
|
@@ -81,7 +81,7 @@
|
|
$(MKDIR) $(INCLUDEDIR); \
|
|
fi
|
|
-$(INSTALL) -m 644 $(TOPDIR)/libs/libzmailer.a $(LIBRARYDIR)/libzmailer.a
|
|
- -$(RANLIB) $(prefix)$(LIBRARYDIR)/libzmailer.a
|
|
+ -$(RANLIB) $(LIBRARYDIR)/libzmailer.a
|
|
-$(INSTALL) -m 644 $(TOPDIR)/include/mail.h $(INCLUDEDIR)/zmailer.h
|
|
|
|
clean-recursive clean:
|