Ticket #12605: patch-ncursesw-Portfile

File patch-ncursesw-Portfile, 434 bytes (added by master@…, 17 years ago)

install headers to /opt/local/include

Line 
1--- Portfile.org        2007-09-03 15:29:08.000000000 +0400
2+++ Portfile    2007-09-03 21:02:10.000000000 +0400
3@@ -32,8 +32,14 @@
4                                --without-ada \
5                                --enable-safe-sprintf \
6                                --enable-sigwinch \
7+                               --enable-overwrite \
8+                               --enable-termcap \
9                                --mandir=${prefix}/share/man
10 
11+post-destroot {
12+    delete ${destroot}${prefix}/lib/terminfo
13+}
14+
15 platform darwin 8 {
16     configure.compiler gcc-4.0
17 }