[csw-devel] SF.net SVN: gar:[11997] csw/mgar/pkg/coreutils/branches/8.4-respin/Makefile

bdwalton at users.sourceforge.net bdwalton at users.sourceforge.net
Sat Dec 18 14:50:20 CET 2010


Revision: 11997
          http://gar.svn.sourceforge.net/gar/?rev=11997&view=rev
Author:   bdwalton
Date:     2010-12-18 13:50:20 +0000 (Sat, 18 Dec 2010)

Log Message:
-----------
coreutils/8.4: update a few other uses of GARNAME/GARVERSION to new standard

Modified Paths:
--------------
    csw/mgar/pkg/coreutils/branches/8.4-respin/Makefile

Modified: csw/mgar/pkg/coreutils/branches/8.4-respin/Makefile
===================================================================
--- csw/mgar/pkg/coreutils/branches/8.4-respin/Makefile	2010-12-18 13:37:46 UTC (rev 11996)
+++ csw/mgar/pkg/coreutils/branches/8.4-respin/Makefile	2010-12-18 13:50:20 UTC (rev 11997)
@@ -27,12 +27,12 @@
 endef
 
 MASTER_SITES = $(GNU_MIRROR)
-DISTFILES = $(GARNAME)-$(GARVERSION).tar.gz
+DISTFILES = $(NAME)-$(VERSION).tar.gz
 PATCHFILES = 0001-Enhance-Solaris-ACL-error-handling.patch
 
 # We define upstream file regex so we can be notifed of new upstream
 # software release
-UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.gz
+UFILES_REGEX = $(NAME)-(\d+(?:\.\d+)*).tar.gz
 
 sysconfdir = /etc/opt/csw
 localstatedir = /var/opt/csw
@@ -50,7 +50,7 @@
 
 PROTOTYPE_FILTER  = awk '$$$$3 == "/opt/csw/bin/gsu" { $$$$4 = "4555" }; { print }'
 
-ifneq ($(GARVERSION), 8.4)
+ifneq ($(VERSION), 8.4)
 TEST_TARGET = check
 else
 TEST_SCRIPTS =


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.


More information about the devel mailing list