[28160] trunk/dports/textproc/wdiff/Portfile
source_changes at macosforge.org
source_changes at macosforge.org
Thu Aug 23 02:38:33 PDT 2007
Revision: 28160
http://trac.macosforge.org/projects/macports/changeset/28160
Author: ryandesign at macports.org
Date: 2007-08-23 02:38:32 -0700 (Thu, 23 Aug 2007)
Log Message:
-----------
wdiff: fix inadvertent mtree violation of man and info documents. See #12501
Modified Paths:
--------------
trunk/dports/textproc/wdiff/Portfile
Modified: trunk/dports/textproc/wdiff/Portfile
===================================================================
--- trunk/dports/textproc/wdiff/Portfile 2007-08-23 09:31:59 UTC (rev 28159)
+++ trunk/dports/textproc/wdiff/Portfile 2007-08-23 09:38:32 UTC (rev 28160)
@@ -15,5 +15,7 @@
master_sites gnu
checksums md5 7f9c78f5dd6fb4f3dabe28fbd4d14319
configure.type gnu
-destroot.destdir prefix=${destroot}${prefix}
+destroot.destdir prefix=${destroot}${prefix} \
+ mandir=${destroot}${prefix}/share/man/man1 \
+ infodir=${destroot}${prefix}/share/info
destroot.target install install-man
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070823/22733e0c/attachment.html
More information about the macports-changes
mailing list