[75625] trunk/dports/editors/scite

ryandesign at macports.org ryandesign at macports.org
Tue Feb 1 12:18:00 PST 2011


Revision: 75625
          http://trac.macports.org/changeset/75625
Author:   ryandesign at macports.org
Date:     2011-02-01 12:18:00 -0800 (Tue, 01 Feb 2011)
Log Message:
-----------
scite: fix permissions of pixmapdir; fix how applications dir is created; see #28239

Modified Paths:
--------------
    trunk/dports/editors/scite/Portfile
    trunk/dports/editors/scite/files/patch-scite-makefile.diff

Modified: trunk/dports/editors/scite/Portfile
===================================================================
--- trunk/dports/editors/scite/Portfile	2011-02-01 18:59:16 UTC (rev 75624)
+++ trunk/dports/editors/scite/Portfile	2011-02-01 20:18:00 UTC (rev 75625)
@@ -5,6 +5,7 @@
 
 name            scite
 version         2.23
+revision        1
 categories      editors
 platforms       darwin
 maintainers     nomaintainer
@@ -66,10 +67,6 @@
 
 destroot.destdir    prefix=${destroot}${prefix}
 
-pre-destroot {
-    xinstall -d ${destroot}${prefix}/share/applications
-}
-
 post-destroot {
     xinstall -m 444 ${worksrcpath}/../doc/scite.1 ${destroot}${prefix}/share/man/man1
     set docdir ${prefix}/share/doc/${name}

Modified: trunk/dports/editors/scite/files/patch-scite-makefile.diff
===================================================================
--- trunk/dports/editors/scite/files/patch-scite-makefile.diff	2011-02-01 18:59:16 UTC (rev 75624)
+++ trunk/dports/editors/scite/files/patch-scite-makefile.diff	2011-02-01 20:18:00 UTC (rev 75625)
@@ -37,9 +37,9 @@
  ifdef gnomeprefix
 -	$(INSTALL) -m 755 -D SciTE.desktop $(DESTDIR)$(datadir)/applications/SciTE.desktop
 -	$(INSTALL) -m 644 -D Sci48M.png $(DESTDIR)$(pixmapdir)/Sci48M.png
-+	$(INSTALL) -m 755 -d $(DESTDIR)$(datadir)/application
++	$(INSTALL) -m 755 -d $(DESTDIR)$(datadir)/applications
 +	$(INSTALL) -m 644 SciTE.desktop $(DESTDIR)$(datadir)/applications
-+	$(INSTALL) -m 644 -d $(DESTDIR)$(pixmapdir)
++	$(INSTALL) -m 755 -d $(DESTDIR)$(pixmapdir)
 +	$(INSTALL) -m 644 Sci48M.png $(DESTDIR)$(pixmapdir)/Sci48M.png
  endif
  
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110201/5d167fd2/attachment.html>


More information about the macports-changes mailing list