[GRASS-SVN] r45396 - grass/branches/develbranch_6/display/d.mon/pgms

svn_grass at osgeo.org svn_grass at osgeo.org
Mon Feb 14 01:29:52 EST 2011


Author: hamish
Date: 2011-02-13 22:29:52 -0800 (Sun, 13 Feb 2011)
New Revision: 45396

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

Modified: grass/branches/develbranch_6/display/d.mon/pgms/Makefile
===================================================================
--- grass/branches/develbranch_6/display/d.mon/pgms/Makefile	2011-02-13 16:04:35 UTC (rev 45395)
+++ grass/branches/develbranch_6/display/d.mon/pgms/Makefile	2011-02-14 06:29:52 UTC (rev 45396)
@@ -1,10 +1,11 @@
-
 MODULE_TOPDIR = ../../..
 
 include $(MODULE_TOPDIR)/include/Make/Platform.make
 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