[36595] trunk/dports/devel/hat/Portfile

ryandesign at macports.org ryandesign at macports.org
Wed May 7 03:46:29 PDT 2008


Revision: 36595
          http://trac.macosforge.org/projects/macports/changeset/36595
Author:   ryandesign at macports.org
Date:     2008-05-07 03:46:29 -0700 (Wed, 07 May 2008)

Log Message:
-----------
hat: don't hard-code the X11 prefix

Modified Paths:
--------------
    trunk/dports/devel/hat/Portfile

Modified: trunk/dports/devel/hat/Portfile
===================================================================
--- trunk/dports/devel/hat/Portfile	2008-05-07 10:45:35 UTC (rev 36594)
+++ trunk/dports/devel/hat/Portfile	2008-05-07 10:46:29 UTC (rev 36595)
@@ -36,7 +36,7 @@
 #		port depends on the more featureful ghc.
 #
 #		If the message "resize: command not found" appears,
-#		you need to add /usr/X11R6/bin to your PATH.
+#		you need to add ${x11prefix}/bin to your PATH.
 #
 
 configure.args	--mandir=${prefix}/share/man/man1
@@ -47,7 +47,7 @@
 
 		  reinplace "s|${destroot}${prefix}|${prefix}|g" ${prefix}/lib/ghc-${ghcversion}/package.conf
 
-		  ui_msg "hat requires that you add /usr/X11R6/bin to your PATH"
+		  ui_msg "hat requires that you add ${x11prefix}/bin to your PATH"
 		}
 
 

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080507/fab74786/attachment-0001.html


More information about the macports-changes mailing list