[84818] trunk/dports/graphics/mtpaint/Portfile

ryandesign at macports.org ryandesign at macports.org
Sun Oct 2 06:39:22 PDT 2011


Revision: 84818
          http://trac.macports.org/changeset/84818
Author:   ryandesign at macports.org
Date:     2011-10-02 06:39:21 -0700 (Sun, 02 Oct 2011)
Log Message:
-----------
mtpaint: use --mandir and --prefix (from the default configure.pre_args) instead of variables at destroot time, which corrects the summary printed at the end of the configure phase; also delete custom CFLAGS environment variable; the default works fine

Modified Paths:
--------------
    trunk/dports/graphics/mtpaint/Portfile

Modified: trunk/dports/graphics/mtpaint/Portfile
===================================================================
--- trunk/dports/graphics/mtpaint/Portfile	2011-10-02 13:31:20 UTC (rev 84817)
+++ trunk/dports/graphics/mtpaint/Portfile	2011-10-02 13:39:21 UTC (rev 84818)
@@ -23,12 +23,10 @@
 
 patchfiles              patch-png.c.diff
 
-configure.args-append   gtk2 man cflags
-configure.env           CFLAGS=-I${prefix}/include
+configure.args          --mandir=${prefix}/share/man/man1 \
+                        gtk2 man cflags
+
 universal_variant       no
-destroot.args-append    MT_PREFIX=${prefix} \
-                        BIN_INSTALL=${prefix}/bin \
-                        MT_MAN_DEST=${prefix}/share/man/man1
 
 variant gtk1 description "use GTK+1 instead of GTK+2" {
     depends_lib-delete port:gtk2 port:freetype
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20111002/f945499d/attachment.html>


More information about the macports-changes mailing list