Revision
122841
Author
jmr@macports.org
Date
2014-07-31 10:12:13 -0700 (Thu, 31 Jul 2014)

Log Message

cgilib: set license, remove unnecessary autotools hackarounds

Modified Paths

Diff

Modified: trunk/dports/www/cgilib/Portfile (122840 => 122841)


--- trunk/dports/www/cgilib/Portfile	2014-07-31 17:04:52 UTC (rev 122840)
+++ trunk/dports/www/cgilib/Portfile	2014-07-31 17:12:13 UTC (rev 122841)
@@ -6,6 +6,7 @@
 name                cgilib
 version             0.7
 categories          www devel
+license             GPL-2+
 platforms           darwin
 maintainers         nomaintainer
 
@@ -26,16 +27,11 @@
 patchfiles          patch-configure.ac.diff
 
 pre-configure {
-    system -W ${worksrcpath} "aclocal"
     touch ${worksrcpath}/NEWS
 }
 
 use_autoreconf      yes
 
-post-configure {
-    ln -sf ${prefix}/bin/glibtool ${worksrcpath}/libtool
-}
-
 livecheck.type      regex
 livecheck.url       [lindex ${master_sites} 0]
 livecheck.regex     ${name}-(\[0-9.\]+)\\.tar