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

dmichelsen at users.sourceforge.net dmichelsen at users.sourceforge.net
Tue Nov 2 10:35:33 CET 2010


Revision: 11476
          http://gar.svn.sourceforge.net/gar/?rev=11476&view=rev
Author:   dmichelsen
Date:     2010-11-02 09:35:32 +0000 (Tue, 02 Nov 2010)

Log Message:
-----------
proftpd: Explicitly set libexecdir

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

Modified: csw/mgar/pkg/proftpd/trunk/Makefile
===================================================================
--- csw/mgar/pkg/proftpd/trunk/Makefile	2010-11-02 08:11:08 UTC (rev 11475)
+++ csw/mgar/pkg/proftpd/trunk/Makefile	2010-11-02 09:35:32 UTC (rev 11476)
@@ -30,14 +30,14 @@
 
 sysconfdir = /etc/opt/csw
 localstatedir = /var/opt/csw
+libexecdir_install = $(exec_prefix)/libexec/proftpd
 
 CONFIGURE_ENV   = install_user=$(USER) install_group=csw
 CONFIGURE_ENV  += CFLAGS="$(CFLAGS)" LDFLAGS="$(LDFLAGS)"
 EXTRA_LIB       = $(prefix)/mysql5/lib/mysql
 
-NODIRPATHS      = --libexecdir --localstatedir
+NODIRPATHS      = --localstatedir
 CONFIGURE_ARGS += $(DIRPATHS)
-CONFIGURE_ARGS += --libexecdir=$(prefix)/libexec/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