[73176] trunk/dports/net/nedi/Portfile

markd at macports.org markd at macports.org
Fri Nov 5 19:02:06 PDT 2010


Revision: 73176
          http://trac.macports.org/changeset/73176
Author:   markd at macports.org
Date:     2010-11-05 19:02:01 -0700 (Fri, 05 Nov 2010)
Log Message:
-----------
Correct a path error set in nedi.conf.sample.

Modified Paths:
--------------
    trunk/dports/net/nedi/Portfile

Modified: trunk/dports/net/nedi/Portfile
===================================================================
--- trunk/dports/net/nedi/Portfile	2010-11-06 01:49:33 UTC (rev 73175)
+++ trunk/dports/net/nedi/Portfile	2010-11-06 02:02:01 UTC (rev 73176)
@@ -4,7 +4,7 @@
 
 name			nedi
 version			1.0.5
-revision		1
+revision		2
 categories		net
 maintainers		markd
 platforms		darwin
@@ -59,7 +59,7 @@
 
 post-destroot {
 # Fix general paths
-       eval reinplace "s|/usr/|${prefix}/|g" \
+       eval reinplace "s|/usr/bin/perl|${prefix}/perl|g" \
                 [glob ${destroot}${nedidir}/*.pl] \
 		[glob ${destroot}${nedidir}/inc/*.pl] \
                 [glob ${destroot}${nedidir}/html/inc/*.pl] \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20101105/78793b99/attachment.html>


More information about the macports-changes mailing list