[103278] trunk/dports/editors/zim/Portfile

jmr at macports.org jmr at macports.org
Tue Feb 19 19:51:22 PST 2013


Revision: 103278
          https://trac.macports.org/changeset/103278
Author:   jmr at macports.org
Date:     2013-02-19 19:51:22 -0800 (Tue, 19 Feb 2013)
Log Message:
-----------
zim: run Makefile.PL directly instead of through trivial configure script, for clarity; set license, mark noarch

Modified Paths:
--------------
    trunk/dports/editors/zim/Portfile

Modified: trunk/dports/editors/zim/Portfile
===================================================================
--- trunk/dports/editors/zim/Portfile	2013-02-20 03:27:59 UTC (rev 103277)
+++ trunk/dports/editors/zim/Portfile	2013-02-20 03:51:22 UTC (rev 103278)
@@ -6,6 +6,7 @@
 version             0.28
 revision            1
 categories          editors
+license             {Artistic-1 GPL}
 maintainers         nomaintainer
 description         Desktop-based wiki
 long_description \
@@ -18,6 +19,7 @@
    writing longer and more complicated documents.
 
 platforms           darwin
+supported_archs     noarch
 
 homepage            http://www.zim-wiki.org
 master_sites        ${homepage}/downloads/
@@ -30,6 +32,5 @@
 depends_lib         port:p5.12-gtk2 port:p5.12-module-build port:p5.12-file-mimeinfo \
                     port:p5.12-file-basedir port:p5.12-file-desktopentry
 
-configure.pre_args  ""
-
-universal_variant   no
+configure.cmd       ${prefix}/bin/perl5.12
+configure.pre_args  ./Makefile.PL
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130219/b5013a05/attachment.html>


More information about the macports-changes mailing list