Revision: 25614
http://sourceforge.net/p/gar/code/25614
Author: dmichelsen
Date: 2016-03-18 12:21:30 +0000 (Fri, 18 Mar 2016)
Log Message:
-----------
mGAR v2: Make overriding the package format easier
Modified Paths:
--------------
csw/mgar/gar/v2/gar.pkg.mk
Modified: csw/mgar/gar/v2/gar.pkg.mk
===================================================================
--- csw/mgar/gar/v2/gar.pkg.mk 2016-03-18 12:11:13 UTC (rev 25613)
+++ csw/mgar/gar/v2/gar.pkg.mk 2016-03-18 12:21:30 UTC (rev 25614)
@@ -335,11 +335,11 @@
_CSWCLASSES += cswtexhash
_CSWCLASSES += cswdictconf
-PKGFORMAT-5.8 = svr4
-PKGFORMAT-5.9 = svr4
-PKGFORMAT-5.10 = svr4
-PKGFORMAT-5.11 = ips
-PKGFORMAT := $(PKGFORMAT-$(GAROSREL))
+PKGFORMAT-5.8 ?= svr4
+PKGFORMAT-5.9 ?= svr4
+PKGFORMAT-5.10 ?= svr4
+PKGFORMAT-5.11 ?= ips
+PKGFORMAT = $(PKGFORMAT-$(GAROSREL))
# Make sure the configuration files always have a .CSW suffix and rename the
# configuration files to this if necessary during merge.
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.