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

dmichelsen at users.sourceforge.net dmichelsen at users.sourceforge.net
Tue Nov 2 21:26:22 CET 2010


Revision: 11480
          http://gar.svn.sourceforge.net/gar/?rev=11480&view=rev
Author:   dmichelsen
Date:     2010-11-02 20:26:22 +0000 (Tue, 02 Nov 2010)

Log Message:
-----------
proftpd: Relocate libexecdir again

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

Modified: csw/mgar/pkg/proftpd/trunk/Makefile
===================================================================
--- csw/mgar/pkg/proftpd/trunk/Makefile	2010-11-02 17:49:57 UTC (rev 11479)
+++ csw/mgar/pkg/proftpd/trunk/Makefile	2010-11-02 20:26:22 UTC (rev 11480)
@@ -33,14 +33,14 @@
 
 sysconfdir             = /etc/opt/csw
 localstatedir          = /var/opt/csw
-libexecdir_install     = $(exec_prefix)/lib/proftpd
 
 CONFIGURE_ENV   = install_user=$(USER) install_group=csw
 CONFIGURE_ENV  += CFLAGS="$(CFLAGS)" LDFLAGS="$(LDFLAGS)"
 EXTRA_LIB       = $(prefix)/mysql5/lib/mysql
 
-NODIRPATHS      = --localstatedir
+NODIRPATHS      = --localstatedir --libexecdir
 CONFIGURE_ARGS += $(DIRPATHS)
+CONFIGURE_ARGS += --libexecdir=$(libdir)/proftpd
 CONFIGURE_ARGS += --localstatedir=/var/run/proftpd
 CONFIGURE_ARGS += --enable-dso --disable-static
 CONFIGURE_ARGS += --enable-facl


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