summaryrefslogtreecommitdiff
path: root/mail/zmailer/files/patch-ad
diff options
context:
space:
mode:
Diffstat (limited to 'mail/zmailer/files/patch-ad')
-rw-r--r--mail/zmailer/files/patch-ad24
1 files changed, 24 insertions, 0 deletions
diff --git a/mail/zmailer/files/patch-ad b/mail/zmailer/files/patch-ad
new file mode 100644
index 000000000000..6e12dce4308e
--- /dev/null
+++ b/mail/zmailer/files/patch-ad
@@ -0,0 +1,24 @@
+--- libc/Makefile.in.orig Sat Jul 31 15:49:28 1999
++++ libc/Makefile.in Sat Jul 31 15:50:07 1999
+@@ -74,15 +74,15 @@
+ lint $(DEFS) $(INCL) $(LIBC_INCL) $(SOURCE)
+
+ install: $(TOPDIR)/libs/libzmailer.a
+- -if [ ! -d $(prefix)$(LIBRARYDIR) ] ; then \
+- $(MKDIR) $(prefix)$(LIBRARYDIR); \
++ -if [ ! -d $(LIBRARYDIR) ] ; then \
++ $(MKDIR) $(LIBRARYDIR); \
+ fi
+- -if [ ! -d $(prefix)$(INCLUDEDIR) ] ; then \
+- $(MKDIR) $(prefix)$(INCLUDEDIR); \
++ -if [ ! -d $(INCLUDEDIR) ] ; then \
++ $(MKDIR) $(INCLUDEDIR); \
+ fi
+- -$(INSTALL) -m 644 $(TOPDIR)/libs/libzmailer.a $(prefix)$(LIBRARYDIR)/libzmailer.a
++ -$(INSTALL) -m 644 $(TOPDIR)/libs/libzmailer.a $(LIBRARYDIR)/libzmailer.a
+ -$(RANLIB) $(prefix)$(LIBRARYDIR)/libzmailer.a
+- -$(INSTALL) -m 644 $(TOPDIR)/include/mail.h $(prefix)$(INCLUDEDIR)/zmailer.h
++ -$(INSTALL) -m 644 $(TOPDIR)/include/mail.h $(INCLUDEDIR)/zmailer.h
+
+ clean-recursive clean:
+ -rm -f $(TOPDIR)/libs/$(LIBNAME).a make.log whathost-test