[24754] trunk/dports/java/pulse/Portfile

source_changes at macosforge.org source_changes at macosforge.org
Wed May 2 15:32:10 PDT 2007


Revision: 24754
          http://trac.macosforge.org/projects/macports/changeset/24754
Author:   jann at macports.org
Date:     2007-05-02 15:32:09 -0700 (Wed, 02 May 2007)

Log Message:
-----------
Do not hardcode /opt/local

Modified Paths:
--------------
    trunk/dports/java/pulse/Portfile

Modified: trunk/dports/java/pulse/Portfile
===================================================================
--- trunk/dports/java/pulse/Portfile	2007-05-02 22:23:03 UTC (rev 24753)
+++ trunk/dports/java/pulse/Portfile	2007-05-02 22:32:09 UTC (rev 24754)
@@ -28,7 +28,7 @@
 use_configure   no
 
 startupitem.create  yes
-startupitem.init    "PULSE_HOME=${home}\nPATH=/opt/local/bin:/opt/local/sbin:/opt/local/lib/postgresql82/bin:\$PATH"
+startupitem.init    "PULSE_HOME=${home}\nPATH=${prefix}/bin:${prefix}/sbin:${prefix}/lib/postgresql82/bin:\$PATH"
 startupitem.start   "su ${osuser} -c \"${executable} start\""
 startupitem.stop    "su ${osuser} -c \"${executable} shutdown\""
 

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070502/1b38e90e/attachment.html


More information about the macports-changes mailing list