[145176] trunk/dports/finance/sc/files/Makefile.diff

and.damore at macports.org and.damore at macports.org
Wed Jan 27 12:42:37 PST 2016


Revision: 145176
          https://trac.macports.org/changeset/145176
Author:   and.damore at macports.org
Date:     2016-01-27 12:42:37 -0800 (Wed, 27 Jan 2016)
Log Message:
-----------
port sc: fix doc dir creation in destroot phase; nomaintainer

Modified Paths:
--------------
    trunk/dports/finance/sc/files/Makefile.diff

Modified: trunk/dports/finance/sc/files/Makefile.diff
===================================================================
--- trunk/dports/finance/sc/files/Makefile.diff	2016-01-27 19:46:33 UTC (rev 145175)
+++ trunk/dports/finance/sc/files/Makefile.diff	2016-01-27 20:42:37 UTC (rev 145176)
@@ -47,7 +47,7 @@
  
  $(LIBDIR):
 -	mkdir $(LIBDIR)
-+	mkdir $(DESTDIR)$(LIBDIR)
++	mkdir -p $(DESTDIR)$(LIBDIR)
  
  $(MANDIR)/$(name).$(MANEXT): $(name).1
 -	cp $(name).1 $(MANDIR)/$(name).$(MANEXT)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160127/b2e07eee/attachment.html>


More information about the macports-changes mailing list