[82107] trunk/dports/news/tin-recent/Portfile

vinc17 at macports.org vinc17 at macports.org
Mon Aug 8 03:31:20 PDT 2011


Revision: 82107
          http://trac.macports.org/changeset/82107
Author:   vinc17 at macports.org
Date:     2011-08-08 03:31:17 -0700 (Mon, 08 Aug 2011)
Log Message:
-----------
tin-recent: added --with-defaults-dir=${prefix}/etc/tin to
configure.args; otherwise tin gets the default config from
/etc/tin even though --sysconfdir=${prefix}/etc is used!

Modified Paths:
--------------
    trunk/dports/news/tin-recent/Portfile

Modified: trunk/dports/news/tin-recent/Portfile
===================================================================
--- trunk/dports/news/tin-recent/Portfile	2011-08-08 09:30:53 UTC (rev 82106)
+++ trunk/dports/news/tin-recent/Portfile	2011-08-08 10:31:17 UTC (rev 82107)
@@ -74,7 +74,7 @@
 
 name                tin-recent
 version             1.9.6
-revision            1
+revision            2
 categories          news
 platforms           darwin
 maintainers         vinc17 openmaintainer
@@ -133,6 +133,7 @@
                     --infodir=${prefix}/share/info \
                     --datadir=${prefix}/share \
                     --sysconfdir=${prefix}/etc \
+                    --with-defaults-dir=${prefix}/etc/tin \
                     --disable-pgp-gpg \
                     --without-ispell \
                     --with-screen=ncursesw
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110808/c4d5424a/attachment.html>


More information about the macports-changes mailing list