Revision: 6092
          http://gar.svn.sourceforge.net/gar/?rev=6092&view=rev
Author:   skayser
Date:     2009-08-23 21:50:45 +0000 (Sun, 23 Aug 2009)

Log Message:
-----------
Adjust newpkg-% target to prefill GARNAME

Modified Paths:
--------------
    csw/mgar/pkg/Makefile
    csw/mgar/pkg/x11/Makefile
    csw/mgar/pkg/xfce/Makefile

Modified: csw/mgar/pkg/Makefile
===================================================================
--- csw/mgar/pkg/Makefile       2009-08-23 21:28:31 UTC (rev 6091)
+++ csw/mgar/pkg/Makefile       2009-08-23 21:50:45 UTC (rev 6092)
@@ -57,7 +57,7 @@
 
 newpkg-%:
        @svn mkdir $* $*/tags $*/branches $*/trunk $*/trunk/files
-       @(echo "GARNAME = package";                                             
                                                        \
+       @(echo "GARNAME = $*";                                                  
                                                \
        echo "GARVERSION = 1.0";                                                
                                                        \
        echo "CATEGORIES = category";                                           
                                                        \
        echo "";                                                                
                                                        \

Modified: csw/mgar/pkg/x11/Makefile
===================================================================
--- csw/mgar/pkg/x11/Makefile   2009-08-23 21:28:31 UTC (rev 6091)
+++ csw/mgar/pkg/x11/Makefile   2009-08-23 21:50:45 UTC (rev 6092)
@@ -28,7 +28,7 @@
 
 newpkg-%:
        @svn mkdir $* $*/tags $*/branches $*/trunk $*/trunk/files
-       @(echo "GARNAME = package";                                     \
+       @(echo "GARNAME = $*";                                     \
        echo "GARVERSION = 1.0";                                        \
        echo "CATEGORIES = category";                                   \
        echo "";                                                        \

Modified: csw/mgar/pkg/xfce/Makefile
===================================================================
--- csw/mgar/pkg/xfce/Makefile  2009-08-23 21:28:31 UTC (rev 6091)
+++ csw/mgar/pkg/xfce/Makefile  2009-08-23 21:50:45 UTC (rev 6092)
@@ -28,7 +28,7 @@
 
 newpkg-%:
        @svn mkdir $* $*/tags $*/branches $*/trunk $*/trunk/files
-       @(echo "GARNAME = package";                                     \
+       @(echo "GARNAME = $*";                                     \
        echo "GARVERSION = 1.0";                                        \
        echo "CATEGORIES = category";                                   \
        echo "";                                                        \


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

Reply via email to