diff options
author | Hajimu UMEMOTO <ume@FreeBSD.org> | 2004-03-10 16:55:40 +0000 |
---|---|---|
committer | Hajimu UMEMOTO <ume@FreeBSD.org> | 2004-03-10 16:55:40 +0000 |
commit | cf8c5ef050232a5bd3f4c5369aba086330433aac (patch) | |
tree | c24c946e06977ad020d2597be226ea0f6ad949b1 /mail/cyrus-imapd24/files/patch-Makefile.in | |
parent | monopd is the dedicated game server for playing Monopoly-like board games (diff) |
make sure to set mode for created directory.
Reported by: "Pascal HOARAU" <pascal@hh.nl>
Notes
Notes:
svn path=/head/; revision=103553
Diffstat (limited to 'mail/cyrus-imapd24/files/patch-Makefile.in')
-rw-r--r-- | mail/cyrus-imapd24/files/patch-Makefile.in | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/mail/cyrus-imapd24/files/patch-Makefile.in b/mail/cyrus-imapd24/files/patch-Makefile.in new file mode 100644 index 000000000000..823e5cd22f4c --- /dev/null +++ b/mail/cyrus-imapd24/files/patch-Makefile.in @@ -0,0 +1,25 @@ +Index: Makefile.in +diff -u Makefile.in.orig Makefile.in +--- Makefile.in.orig Tue Jan 13 06:02:09 2004 ++++ Makefile.in Thu Mar 11 01:34:50 2004 +@@ -90,13 +90,13 @@ + touch distcvs + + install:: +- $(srcdir)/install-sh -d ${DESTDIR}$(exec_prefix)/bin +- $(srcdir)/install-sh -d ${DESTDIR}$(exec_prefix)/lib +- $(srcdir)/install-sh -d ${DESTDIR}$(prefix)/include/cyrus +- $(srcdir)/install-sh -d ${DESTDIR}$(prefix)/man/man1 +- $(srcdir)/install-sh -d ${DESTDIR}$(prefix)/man/man3 +- $(srcdir)/install-sh -d ${DESTDIR}$(prefix)/man/man5 +- $(srcdir)/install-sh -d ${DESTDIR}$(prefix)/man/man8 ++ $(INSTALL) -d ${DESTDIR}$(exec_prefix)/bin ++ $(INSTALL) -d ${DESTDIR}$(exec_prefix)/lib ++ $(INSTALL) -d ${DESTDIR}$(prefix)/include/cyrus ++ $(INSTALL) -d ${DESTDIR}$(prefix)/man/man1 ++ $(INSTALL) -d ${DESTDIR}$(prefix)/man/man3 ++ $(INSTALL) -d ${DESTDIR}$(prefix)/man/man5 ++ $(INSTALL) -d ${DESTDIR}$(prefix)/man/man8 + @for d in $(SUBDIRS); \ + do \ + (cd $$d; echo "### Making" install "in" `pwd`; \ |