Revision: 15544 http://gar.svn.sourceforge.net/gar/?rev=15544&view=rev Author: igalic Date: 2011-09-07 01:27:42 +0000 (Wed, 07 Sep 2011) Log Message: ----------- It's regex, not glob.
Modified Paths: -------------- csw/mgar/pkg/hwloc/trunk/Makefile Modified: csw/mgar/pkg/hwloc/trunk/Makefile =================================================================== --- csw/mgar/pkg/hwloc/trunk/Makefile 2011-09-07 01:03:12 UTC (rev 15543) +++ csw/mgar/pkg/hwloc/trunk/Makefile 2011-09-07 01:27:42 UTC (rev 15544) @@ -18,16 +18,17 @@ PACKAGES += CSWlibhwloc3 CATALOGNAME_CSWhwloc-dev = hwloc_dev CATALOGNAME_CSWlibhwloc3 = libhwloc3 -SPKG_DESC_CSWhwloci += $(DESCRIPTION) +SPKG_DESC_CSWhwloc += $(DESCRIPTION) SPKG_DESC_CSWhwloc-dev += $(DESCRIPTION), development files SPKG_DESC_CSWlibhwloc3 += $(DESCRIPTION), runtime PKGFILES_CSWhwloc = $(bindir)/.* -PKGFILES_CSWhwloc += $(mandir)/man1/.* +PKGFILES_CSWhwloc += $(mandir)/man1 PKGFILES_CSWlibhwloc3 = $(call pkgfiles_lib,libhwloc.so.3) PKGFILES_CSWhwloc-dev = $(PKGFILES_DEVEL) RUNTIME_DEP_PKGS_CSWhwloc = CSWlibcairo2 +RUNTIME_DEP_PKGS_CSWhwloc += CSWlibxml2-2 RUNTIME_DEP_PKGS_CSWhwloc += CSWlibhwloc3 RUNTIME_DEP_PKGS_CSWlibhwloc3 += CSWlibxml2-2 RUNTIME_DEP_PKGS_CSWhwloc-dev = CSWhwloc This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. _______________________________________________ devel mailing list devel@lists.opencsw.org https://lists.opencsw.org/mailman/listinfo/devel