[45700] trunk/dports/aqua

css at macports.org css at macports.org
Tue Jan 20 05:03:47 PST 2009


Revision: 45700
          http://trac.macports.org/changeset/45700
Author:   css at macports.org
Date:     2009-01-20 05:03:46 -0800 (Tue, 20 Jan 2009)
Log Message:
-----------
Remove the check for whether applications_dir exists, as the check is no longer needed with MacPorts 1.7. refs #18091

Modified Paths:
--------------
    trunk/dports/aqua/emacs-app/Portfile
    trunk/dports/aqua/emacs-app-devel/Portfile

Modified: trunk/dports/aqua/emacs-app/Portfile
===================================================================
--- trunk/dports/aqua/emacs-app/Portfile	2009-01-20 13:00:00 UTC (rev 45699)
+++ trunk/dports/aqua/emacs-app/Portfile	2009-01-20 13:03:46 UTC (rev 45700)
@@ -40,10 +40,6 @@
 use_autoconf	no
 use_configure	no
 
-if {![info exists applications_dir]} {
-	set applications_dir /Applications/MacPorts
-}
-
 # Eventually build the port without the provided script...
 # configure.args	--with-ns --without-x --prefix=${destroot}/Applications/MacPorts/Emacs.app/Contents/Resources
 

Modified: trunk/dports/aqua/emacs-app-devel/Portfile
===================================================================
--- trunk/dports/aqua/emacs-app-devel/Portfile	2009-01-20 13:00:00 UTC (rev 45699)
+++ trunk/dports/aqua/emacs-app-devel/Portfile	2009-01-20 13:03:46 UTC (rev 45700)
@@ -31,10 +31,6 @@
 depends_lib     port:ncurses
 use_parallel_build	yes
 
-if {![info exists applications_dir]} {
-	set applications_dir /Applications/MacPorts
-}
-
 destroot {
 	system "cd ${worksrcpath} && make install"     
 	xinstall -m 755 -d ${destroot}${applications_dir}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090120/b4dcbac6/attachment.html>


More information about the macports-changes mailing list