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

Modified Files:
        tads3.info tads3.patch 
Log Message:
tads3: Don't rm -rf the package's directories in %p

Doesn't really need another revision-up, but since 'fink rebuild' could have
uninstalled random parts of the package, gave it one anyway.


Index: tads3.patch
===================================================================
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/games/tads3.patch,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- tads3.patch 28 Sep 2010 00:45:35 -0000      1.4
+++ tads3.patch 28 Sep 2010 15:34:58 -0000      1.5
@@ -62,7 +62,7 @@
  /* #  define OS_ERRLINE 1 */
 diff -ruN tads-3.0.8/tads3/Makefile tads-3.0.8-/tads3/Makefile
 --- tads-3.0.8/tads3/Makefile  2005-03-05 05:44:48.000000000 -0500
-+++ tads-3.0.8-/tads3/Makefile 2010-09-27 20:38:51.000000000 -0400
++++ tads-3.0.8-/tads3/Makefile 2010-09-28 10:03:03.000000000 -0400
 @@ -14,7 +14,7 @@
  # Installation points for TADS3. Tailor these to your liking. If you install
  # manually, DATADIR must match where you actually put the libraries and
@@ -104,15 +104,16 @@
 -      install -d $(BINDIR)
 -      install -d $(DOCDIR)
 -      install -d $(DATADIR)
-+      install -d @INST@/bin
-+      install -d @INST@/share/doc/tads3
-+      install -d @INST@/share/tads3
-       rm -rf $(INCDIR) $(LIBDIR) $(RESDIR) $(DOCDIR)
+-      rm -rf $(INCDIR) $(LIBDIR) $(RESDIR) $(DOCDIR)
 -      cp -rp t3include $(INCDIR)
 -      cp -rp t3library $(LIBDIR)
 -      cp -rp t3resource $(RESDIR)
 -      cp -rp doc $(DOCDIR)
 -      -chown -fR root.root $(INCDIR) $(LIBDIR) $(RESDIR) $(DOCDIR)
++      install -d @INST@/bin
++      install -d @INST@/share/doc/tads3
++      install -d @INST@/share/tads3
++      #rm -rf $(INCDIR) $(LIBDIR) $(RESDIR) $(DOCDIR)
 +      cp -rp t3include @INST@/share/tads3/includes
 +      cp -rp t3library @INST@/share/tads3/libraries
 +      cp -rp t3resource @INST@/share/tads3/res

Index: tads3.info
===================================================================
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/games/tads3.info,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- tads3.info  28 Sep 2010 00:45:35 -0000      1.5
+++ tads3.info  28 Sep 2010 15:34:58 -0000      1.6
@@ -1,6 +1,6 @@
 Package: tads3
 Version: 3.0.8
-Revision: 2
+Revision: 3
 Maintainer: Alexander Strange <[email protected]>
 Source: 
http://www.ifarchive.org/if-archive/programming/tads2/source/tads23-unix.tar.gz
 SourceDirectory: tads-%v
@@ -10,7 +10,7 @@
 BuildDepends: fink (>= 0.24.12), libncurses5 (>= 5.4-20041023-1006)
 GCC: 4.0
 PatchFile: %n.patch
-PatchFile-MD5: b3100026181b6cca65bd7980d19fda22
+PatchFile-MD5: f05c85c98d073e54e4dc8d83aeb0ed0f
 PatchScript: sed -e 's:@PREFIX@:%p:g' -e 's:@INST@:%i/:g' <%{PatchFile} | 
patch -p1
 CompileScript: <<
  (cd tads2 && make)


------------------------------------------------------------------------------
Start uncovering the many advantages of virtual appliances
and start using them to simplify application deployment and
accelerate your shift to cloud computing.
http://p.sf.net/sfu/novell-sfdev2dev
_______________________________________________
Fink-commits mailing list
[email protected]
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to