[40860] trunk/dports/net/dnstop/Portfile

pmq at macports.org pmq at macports.org
Thu Oct 16 12:28:59 PDT 2008


Revision: 40860
          http://trac.macports.org/changeset/40860
Author:   pmq at macports.org
Date:     2008-10-16 12:28:59 -0700 (Thu, 16 Oct 2008)
Log Message:
-----------
Version bump to 20080502.

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

Modified: trunk/dports/net/dnstop/Portfile
===================================================================
--- trunk/dports/net/dnstop/Portfile	2008-10-16 19:15:25 UTC (rev 40859)
+++ trunk/dports/net/dnstop/Portfile	2008-10-16 19:28:59 UTC (rev 40860)
@@ -3,7 +3,7 @@
 PortSystem 1.0
 
 name              dnstop
-version           20080321
+version           20080502
 categories        net
 platforms         darwin
 maintainers       pmq
@@ -14,21 +14,23 @@
 homepage          http://dnstop.measurement-factory.com
 master_sites      ${homepage}/src
 
-checksums         md5 b8ed056c4b84934ca1f442f34ddea598
+checksums         md5 67f24e8fe47a6b8387b863d19224f20c
 depends_lib       port:libpcap port:ncurses
 
 patchfiles        patch-hashtbl.h.diff
 
-configure {
+post-configure {
     # using the short form it'll pick up the /usr/lib one
     reinplace "s|-lcurses|-lncurses|" ${worksrcpath}/Makefile
-    reinplace "s|/man/man8|/share/man/man8|" ${worksrcpath}/Makefile
 }
 
 build.env	  LDFLAGS=${configure.ldflags} \
 		  CPPFLAGS="${configure.cppflags} -I${prefix}/include/ncurses"
 
-destroot.args	  PREFIX=${destroot}${prefix}
+destroot {
+    xinstall -W ${worksrcpath} ${name} ${destroot}${prefix}/bin/
+    xinstall -W ${worksrcpath} ${name}.8 ${destroot}${prefix}/share/man/man8/
+}
 
 livecheck.url	  ${master_sites}/MD5s.txt
 livecheck.check	  moddate
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20081016/c2a175d0/attachment.html 


More information about the macports-changes mailing list