[43346] trunk/dports/net/network-weathermap/Portfile

markd at macports.org markd at macports.org
Tue Dec 9 11:55:24 PST 2008


Revision: 43346
          http://trac.macports.org/changeset/43346
Author:   markd at macports.org
Date:     2008-12-09 11:55:23 -0800 (Tue, 09 Dec 2008)
Log Message:
-----------
Remove the .htaccess file.

Modified Paths:
--------------
    trunk/dports/net/network-weathermap/Portfile

Modified: trunk/dports/net/network-weathermap/Portfile
===================================================================
--- trunk/dports/net/network-weathermap/Portfile	2008-12-09 18:52:37 UTC (rev 43345)
+++ trunk/dports/net/network-weathermap/Portfile	2008-12-09 19:55:23 UTC (rev 43346)
@@ -4,7 +4,7 @@
 
 name			network-weathermap
 version			0.95b
-revision		1
+revision		2
 categories		net
 maintainers		markd
 platforms		darwin
@@ -40,9 +40,15 @@
 	reinplace "s|/usr/local/|/opt/local/|g" \
 		${worksrcpath}/weathermap \
 		${worksrcpath}/weathermap-cacti-rebuild.php
+
+# Set perl location
+	reinplace "s|/usr/bin/perl|/opt/local/bin/perl|g" \
+		${worksrcpath}/random-bits/auto-overlib.pl
 }
 
 destroot {
+	file delete ${worksrcpath}/configs/.htaccess
+
 	file mkdir ${destroot}${pluginsdir}/weathermap
 	system "cp -R ${worksrcpath}/* ${destroot}${pluginsdir}/weathermap"
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20081209/a2ddb1d6/attachment.html>


More information about the macports-changes mailing list