[csw-devel] SF.net SVN: gar:[18099] csw/mgar/pkg/squid/branches/squid3/Makefile

wilbury at users.sourceforge.net wilbury at users.sourceforge.net
Wed May 23 23:48:33 CEST 2012


Revision: 18099
          http://gar.svn.sourceforge.net/gar/?rev=18099&view=rev
Author:   wilbury
Date:     2012-05-23 21:48:32 +0000 (Wed, 23 May 2012)
Log Message:
-----------
squid/branches/squid3: Adjust libexecdir

Modified Paths:
--------------
    csw/mgar/pkg/squid/branches/squid3/Makefile

Modified: csw/mgar/pkg/squid/branches/squid3/Makefile
===================================================================
--- csw/mgar/pkg/squid/branches/squid3/Makefile	2012-05-23 17:14:48 UTC (rev 18098)
+++ csw/mgar/pkg/squid/branches/squid3/Makefile	2012-05-23 21:48:32 UTC (rev 18099)
@@ -53,13 +53,14 @@
 PATCHFILES += 0007-Use-OpenCSW-specific-paths-for-various-helper-tests.patch
 PATCHFILES += 0008-Rename-IpAddress-to-SquidIpAddress-to-make-mib2.h-ha.patch
 
-sysconfdir = /etc/opt/csw/$(NAME)
+sysconfdir = /etc/$(prefix)/$(NAME)
 
 CONFIGURE_ARGS  = $(DIRPATHS)
 CONFIGURE_ARGS += --sysconfdir=${sysconfdir}
 CONFIGURE_ARGS += --datadir=$(datadir)/$(NAME)
 CONFIGURE_ARGS += --docdir=$(datadir)/$(NAME)
-CONFIGURE_ARGS += --localstatedir=/var/opt/csw/$(NAME)
+CONFIGURE_ARGS += --localstatedir=/var/$(prefix)/$(NAME)
+CONFIGURE_ARGS += --libexecdir=$(prefix)/libexec/$(NAME)
 CONFIGURE_ARGS += --enable-arp-acl
 CONFIGURE_ARGS += --enable-auth=basic,ntlm,digest,negotiate
 CONFIGURE_ARGS += --enable-basic-auth-helpers=LDAP,SMB,YP,PAM,SASL,NCSA

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