[27664] trunk/dports/graphics/sane-backends/Portfile

source_changes at macosforge.org source_changes at macosforge.org
Sat Aug 11 14:48:51 PDT 2007


Revision: 27664
          http://trac.macosforge.org/projects/macports/changeset/27664
Author:   takanori at macports.org
Date:     2007-08-11 14:48:51 -0700 (Sat, 11 Aug 2007)

Log Message:
-----------
Fixed mtree violation by adding "--with-docdir=..." to configure arguments.
(Ticket #12381)

Modified Paths:
--------------
    trunk/dports/graphics/sane-backends/Portfile

Modified: trunk/dports/graphics/sane-backends/Portfile
===================================================================
--- trunk/dports/graphics/sane-backends/Portfile	2007-08-11 19:37:32 UTC (rev 27663)
+++ trunk/dports/graphics/sane-backends/Portfile	2007-08-11 21:48:51 UTC (rev 27664)
@@ -3,6 +3,7 @@
 PortSystem 1.0
 name            sane-backends
 version         1.0.18
+revision        1
 categories      graphics
 maintainers     hama at hamazone.de
 description     Backends for scanner access
@@ -32,6 +33,7 @@
 
 configure.cppflags-append -no-cpp-precomp -fno-common
 configure.args  --mandir=${prefix}/share/man \
+                --with-docdir=${prefix}/share/doc/${name} \
                 --enable-local-backends --enable-libusb \
                 --without-gphoto2
 

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070811/4b43160b/attachment.html


More information about the macports-changes mailing list