[28363] trunk/dports/textproc/enchant/Portfile
source_changes at macosforge.org
source_changes at macosforge.org
Wed Aug 29 02:56:15 PDT 2007
Revision: 28363
http://trac.macosforge.org/projects/macports/changeset/28363
Author: rhwood at macports.org
Date: 2007-08-29 02:56:15 -0700 (Wed, 29 Aug 2007)
Log Message:
-----------
Make configure understand where we want the man pages to go
Use the configure script that ships with the package instead of redoing it, leave the code in but commented out
Modified Paths:
--------------
trunk/dports/textproc/enchant/Portfile
Modified: trunk/dports/textproc/enchant/Portfile
===================================================================
--- trunk/dports/textproc/enchant/Portfile 2007-08-29 09:38:23 UTC (rev 28362)
+++ trunk/dports/textproc/enchant/Portfile 2007-08-29 09:56:15 UTC (rev 28363)
@@ -27,12 +27,14 @@
patchfiles patch-src_Makefile.in.diff
+configure.args --mandir=${prefix}/share/man
+
pre-configure {
- cd ${worksrcpath}
- system "aclocal -Iac-helpers/"
- system "automake --add-missing"
- system "glibtoolize --force --copy"
- system "cp /usr/share/automake-1.6/config.guess ."
- system "cp /usr/share/automake-1.6/config.sub ."
- system "autoconf"
+# cd ${worksrcpath}
+# system "aclocal -Iac-helpers/"
+# system "automake --add-missing"
+# system "glibtoolize --force --copy"
+# system "cp /usr/share/automake-1.6/config.guess ."
+# system "cp /usr/share/automake-1.6/config.sub ."
+# system "autoconf"
}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070829/3980f090/attachment.html
More information about the macports-changes
mailing list