[23303] trunk/dports/editors/nano/Portfile
source_changes at macosforge.org
source_changes at macosforge.org
Wed Mar 28 09:43:50 PDT 2007
Revision: 23303
http://trac.macosforge.org/projects/macports/changeset/23303
Author: pipping at macports.org
Date: 2007-03-28 09:43:50 -0700 (Wed, 28 Mar 2007)
Log Message:
-----------
* fix dependency (nano links against ncursesw, not ncurses)
* remove obsolete escaping
* share/info/dir is no longer installed so there's no need to remove it
Modified Paths:
--------------
trunk/dports/editors/nano/Portfile
Modified: trunk/dports/editors/nano/Portfile
===================================================================
--- trunk/dports/editors/nano/Portfile 2007-03-28 16:43:12 UTC (rev 23302)
+++ trunk/dports/editors/nano/Portfile 2007-03-28 16:43:50 UTC (rev 23303)
@@ -17,14 +17,10 @@
checksums md5 b8e2c1450b36d21f9a82509da3e4d9b1 \
sha1 5012a57c3aeabd6f798f5c767970ba1d260854c4 \
rmd160 8325e70c957ef84cae7a47ac78d893095e5128d2
-depends_lib port:ncurses
-configure.args --infodir=\\\${prefix}/share/info \
- --mandir=\\\${prefix}/share/man \
+depends_lib port:ncursesw
+configure.args --infodir=${prefix}/share/info \
+ --mandir=${prefix}/share/man \
--enable-all \
--disable-nls
configure.env CPPFLAGS="-I${prefix}/include" LDFLAGS="-L${prefix}/lib"
destroot.target install-strip
-
-post-destroot {
- file delete -force ${destroot}${prefix}/share/info/dir
-}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070328/922f93e8/attachment.html
More information about the macports-changes
mailing list