Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/utils
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv16504

Modified Files:
        dos2unix.info 
Removed Files:
        dos2unix.patch 
Log Message:
fix of hardcoded path and remove outdated patch file.

Index: dos2unix.info
===================================================================
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/utils/dos2unix.info,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- dos2unix.info       6 Sep 2010 23:58:53 -0000       1.3
+++ dos2unix.info       8 Sep 2010 05:59:31 -0000       1.4
@@ -1,11 +1,9 @@
 Package: dos2unix
 Version: 5.1.1
-Revision: 1
+Revision: 2
 Description: Convert DOS or Mac text files to Unix format
 Architecture: powerpc, i386, x86_64
 License: BSD
-Homepage: http://www.xs4all.nl/~waterlan/dos2unix.html
-Maintainer: Blair Zajac <bl...@orcaware.com>
 NoSetMAKEFLAGS: true
 SetMAKEFLAGS: -j1
 
@@ -14,11 +12,11 @@
 Source-MD5: b8f6d8109fc6decf412bc1e3959450c0
 
 PatchScript: <<
-  sed -i.bak 's|/usr/local|/sw|g' Makefile
-  sed -i.bak 's|/usr|/sw|g' Makefile
+  sed -i.bak 's|/usr/local|%p|g' Makefile
+  sed -i.bak 's|/usr|%p|g' Makefile
 <<
 
-# Compile Phase.
+# Compile Phase (NOTE: there is no configure):
 CompileScript: make
 
 # Install Phase.
@@ -62,3 +60,6 @@
  infile           original file in new file mode
  outfile          output file in new file mode
 <<
+
+Homepage: http://www.xs4all.nl/~waterlan/dos2unix.html
+Maintainer: Karl-Michael Schindler <karl-michael.schind...@web.de>
\ No newline at end of file

--- dos2unix.patch DELETED ---


------------------------------------------------------------------------------
This SF.net Dev2Dev email is sponsored by:

Show off your parallel programming skills.
Enter the Intel(R) Threading Challenge 2010.
http://p.sf.net/sfu/intel-thread-sfd
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to