[GRASS-SVN] r45397 - grass/branches/releasebranch_6_4/display/d.mon/pgms

svn_grass at osgeo.org svn_grass at osgeo.org
Mon Feb 14 03:31:59 EST 2011


Author: neteler
Date: 2011-02-14 00:31:59 -0800 (Mon, 14 Feb 2011)
New Revision: 45397

Modified:
   grass/branches/releasebranch_6_4/display/d.mon/pgms/Makefile
Log:
Glynn: define PACKAGE manually so i18n strings get applied (#1278)

Modified: grass/branches/releasebranch_6_4/display/d.mon/pgms/Makefile
===================================================================
--- grass/branches/releasebranch_6_4/display/d.mon/pgms/Makefile	2011-02-14 06:29:52 UTC (rev 45396)
+++ grass/branches/releasebranch_6_4/display/d.mon/pgms/Makefile	2011-02-14 08:31:59 UTC (rev 45397)
@@ -5,6 +5,8 @@
 include $(MODULE_TOPDIR)/include/Make/Grass.make
 include $(MODULE_TOPDIR)/include/Make/Rules.make
 
+PACKAGE = "grassmods"
+
 LIBES = $(RASTERLIB) $(GISLIB)
 DEPENDENCIES = $(GISDEP)
 



More information about the grass-commit mailing list