[csw-devel] SF.net SVN: gar:[6104] csw/mgar/pkg/cfg2html/trunk/Makefile
wahwah at users.sourceforge.net
wahwah at users.sourceforge.net
Mon Aug 24 19:16:58 CEST 2009
Revision: 6104
http://gar.svn.sourceforge.net/gar/?rev=6104&view=rev
Author: wahwah
Date: 2009-08-24 17:16:58 +0000 (Mon, 24 Aug 2009)
Log Message:
-----------
cfg2html: Fixing the revision number placement
Modified Paths:
--------------
csw/mgar/pkg/cfg2html/trunk/Makefile
Modified: csw/mgar/pkg/cfg2html/trunk/Makefile
===================================================================
--- csw/mgar/pkg/cfg2html/trunk/Makefile 2009-08-24 16:06:05 UTC (rev 6103)
+++ csw/mgar/pkg/cfg2html/trunk/Makefile 2009-08-24 17:16:58 UTC (rev 6104)
@@ -3,14 +3,15 @@
# $Id$
GARNAME = cfg2html
-GARVERSION = 1.14r1.8
+GARVERSION = 1.14
+PATCHLEVEL = r1.8
CATEGORIES = utils
DESCRIPTION = Configuration documentation generator
define BLURB
endef
SPKG_SOURCEURL = http://tech.groups.yahoo.com/group/cfg2html/
MASTER_SITES = http://tech.groups.yahoo.com/group/cfg2html/files/sun/
-DISTFILES = $(GARNAME)-sun_$(GARVERSION).tar.gz
+DISTFILES = $(GARNAME)-sun_$(GARVERSION)$(PATCHLEVEL).tar.gz
UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.gz
CONFIGURE_SCRIPTS =
BUILD_SCRIPTS =
@@ -35,3 +36,5 @@
ginstall -m 0755 $(WORKSRC)/cfg2html_sun.sh $(DESTDIR)$(bindir)
include gar/category.mk
+
+SPKG_REVSTAMP := $(SPKG_REVSTAMP)_rev=$(PATCHLEVEL)
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