[78065] trunk/dports/net/ntop/Portfile

jmr at macports.org jmr at macports.org
Thu Apr 21 14:52:50 PDT 2011


Revision: 78065
          http://trac.macports.org/changeset/78065
Author:   jmr at macports.org
Date:     2011-04-21 14:52:49 -0700 (Thu, 21 Apr 2011)
Log Message:
-----------
ntop: don't check for removed server variant (#23978)

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

Modified: trunk/dports/net/ntop/Portfile
===================================================================
--- trunk/dports/net/ntop/Portfile	2011-04-21 21:32:49 UTC (rev 78064)
+++ trunk/dports/net/ntop/Portfile	2011-04-21 21:52:49 UTC (rev 78065)
@@ -4,7 +4,7 @@
 
 name			ntop
 version			3.3.10
-revision		2
+revision		3
 categories		net
 maintainers		markd openmaintainer
 description		network traffic probe
@@ -63,11 +63,8 @@
 	reinplace "s|#--interface sis0|--interface en0|g" \
 		${destroot}${prefix}/etc/ntop/ntop.conf
 
-	if { [variant_isset server] } {
-		xinstall -m 755 ${portpath}/${filesdir}/ntop.sh \
-			${destroot}${prefix}/share/ntop/ntop.sh
-		reinplace "s|__PREFIX__|${prefix}|g" \
-			${destroot}${prefix}/share/ntop/ntop.sh
-	}
+    xinstall -m 755 ${portpath}/${filesdir}/ntop.sh \
+        ${destroot}${prefix}/share/ntop/ntop.sh
+    reinplace "s|__PREFIX__|${prefix}|g" \
+        ${destroot}${prefix}/share/ntop/ntop.sh
 }
-
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110421/5ca3d555/attachment.html>


More information about the macports-changes mailing list