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

dmichelsen at users.sourceforge.net dmichelsen at users.sourceforge.net
Fri Nov 20 16:29:51 CET 2009


Revision: 7362
          http://gar.svn.sourceforge.net/gar/?rev=7362&view=rev
Author:   dmichelsen
Date:     2009-11-20 15:29:51 +0000 (Fri, 20 Nov 2009)

Log Message:
-----------
postgresql: Reset directories to let GAR extend the path

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

Modified: csw/mgar/pkg/postgresql/trunk/Makefile
===================================================================
--- csw/mgar/pkg/postgresql/trunk/Makefile	2009-11-20 15:15:11 UTC (rev 7361)
+++ csw/mgar/pkg/postgresql/trunk/Makefile	2009-11-20 15:29:51 UTC (rev 7362)
@@ -8,17 +8,17 @@
 define BLURB
 endef
 
-bindir = $(prefix)/bin/$(GARNAME)/$(BASE_VERSION)
+bindir_install = $(prefix)/bin/$(GARNAME)/$(BASE_VERSION)
 datadir=$(prefix)/share/$(GARNAME)/$(BASE_VERSION)
 docdir=$(prefix)/share/doc/$(GARNAME)/$(BASE_VERSION)
 includedir=$(prefix)/include/$(GARNAME)/$(BASE_VERSION)
 infodir=$(prefix)/share/$(GARNAME)/$(BASE_VERSION)/info
-libdir=$(prefix)/lib/$(GARNAME)/$(BASE_VERSION)
-libexecdir=$(prefix)/libexec/$(GARNAME)/$(BASE_VERSION)
+libdir_install =$(prefix)/lib/$(GARNAME)/$(BASE_VERSION)
+libexecdir_install =$(prefix)/libexec/$(GARNAME)/$(BASE_VERSION)
 lispdir=$(prefix)/share/$(GARNAME)/$(BASE_VERSION)/emacs/site-lisp
 localstatedir = /var/opt/csw/$(GARNAME)/$(BASE_VERSION)
 mandir=$(prefix)/share/$(GARNAME)/$(BASE_VERSION)/man
-sbindir = $(prefix)/sbin/$(GARNAME)/$(BASE_VERSION)
+sbindir_install = $(prefix)/sbin/$(GARNAME)/$(BASE_VERSION)
 sharedstatedir=$(prefix)/share/$(GARNAME)/$(BASE_VERSION)
 sourcedir=$(prefix)/src/$(GARNAME)/$(BASE_VERSION)
 sysconfdir = /etc/opt/csw/$(GARNAME)/$(BASE_VERSION)


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