Revision: 4319
          http://gar.svn.sourceforge.net/gar/?rev=4319&view=rev
Author:   bdwalton
Date:     2009-04-15 14:14:43 +0000 (Wed, 15 Apr 2009)

Log Message:
-----------
override distname instead of moving the tarball extracted dir.

Modified Paths:
--------------
    csw/mgar/pkg/mysql5/trunk/Makefile

Modified: csw/mgar/pkg/mysql5/trunk/Makefile
===================================================================
--- csw/mgar/pkg/mysql5/trunk/Makefile  2009-04-15 14:13:48 UTC (rev 4318)
+++ csw/mgar/pkg/mysql5/trunk/Makefile  2009-04-15 14:14:43 UTC (rev 4319)
@@ -4,6 +4,8 @@
 
 GARCOMPILER = GCC4
 
+DISTNAME = mysql-$(GARVERSION)
+
 DESCRIPTION = Multithreaded SQL database
 define BLURB
   MySQL is a very fast, multi-threaded, multi-user and robust SQL
@@ -50,10 +52,3 @@
 # BUILD64 = 1
 
 include gar/category.mk
-
-post-extract-modulated:
-       @( cd $(WORKDIR); \
-               if test -d mysql-$(GARVERSION); then \
-                       mv mysql-$(GARVERSION) $(DISTNAME); \
-               fi; )
-       @$(MAKECOOKIE)
\ No newline at end of file


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.
_______________________________________________
devel mailing list
devel@lists.opencsw.org
https://lists.opencsw.org/mailman/listinfo/devel

Reply via email to