[csw-devel] SF.net SVN: gar:[13238] csw/mgar/pkg/gmtcoast/trunk/Makefile

gadavis at users.sourceforge.net gadavis at users.sourceforge.net
Wed Feb 9 05:09:07 CET 2011


Revision: 13238
          http://gar.svn.sourceforge.net/gar/?rev=13238&view=rev
Author:   gadavis
Date:     2011-02-09 04:09:06 +0000 (Wed, 09 Feb 2011)

Log Message:
-----------
[gmtcoast] Fix path to datadir in PKGFILES

Modified Paths:
--------------
    csw/mgar/pkg/gmtcoast/trunk/Makefile

Modified: csw/mgar/pkg/gmtcoast/trunk/Makefile
===================================================================
--- csw/mgar/pkg/gmtcoast/trunk/Makefile	2011-02-08 21:52:06 UTC (rev 13237)
+++ csw/mgar/pkg/gmtcoast/trunk/Makefile	2011-02-09 04:09:06 UTC (rev 13238)
@@ -37,17 +37,17 @@
 PACKAGES += CSWgmtcoast-low
 CATALOGNAME_CSWgmtcoast-low = gmtcoast_low
 SPKG_DESC_CSWgmtcoast-low = Low resolution coastlines for the Generic Mapping Tools (GMT)
-#PKGFILES_CSWgmtcoast-low += /opt/csw/share/coast/.*_[cli]\.cdf
+#PKGFILES_CSWgmtcoast-low += $(datadir)/coast/.*_[cli]\.cdf
 
 PACKAGES += CSWgmtcoast-high
 CATALOGNAME_CSWgmtcoast-high = gmtcoast_high
 SPKG_DESC_CSWgmtcoast-high = High resolution coastlines for the Generic Mapping Tools (GMT)
-PKGFILES_CSWgmtcoast-high += /opt/csw/share/coast/.*_h\.cdf
+PKGFILES_CSWgmtcoast-high += $(datadir)/coast/.*_h\.cdf
 
 PACKAGES += CSWgmtcoast-full
 CATALOGNAME_CSWgmtcoast-full = gmtcoast_full
 SPKG_DESC_CSWgmtcoast-full = Full resolution coastlines for the Generic Mapping Tools (GMT)
-PKGFILES_CSWgmtcoast-full += /opt/csw/share/coast/.*_f\.cdf
+PKGFILES_CSWgmtcoast-full += $(datadir)/coast/(.*)_f\.cdf
 
 include gar/category.mk
 


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