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

aigoshin at users.sourceforge.net aigoshin at users.sourceforge.net
Tue Nov 2 18:49:58 CET 2010


Revision: 11479
          http://gar.svn.sourceforge.net/gar/?rev=11479&view=rev
Author:   aigoshin
Date:     2010-11-02 17:49:57 +0000 (Tue, 02 Nov 2010)

Log Message:
-----------
proftpd: 20101102 rc5

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

Modified: csw/mgar/pkg/proftpd/trunk/Makefile
===================================================================
--- csw/mgar/pkg/proftpd/trunk/Makefile	2010-11-02 15:06:31 UTC (rev 11478)
+++ csw/mgar/pkg/proftpd/trunk/Makefile	2010-11-02 17:49:57 UTC (rev 11479)
@@ -28,11 +28,12 @@
 EXTRA_BUILD_ISAS_i386  = pentium_pro
 EXTRA_BUILD_ISAS_sparc = sparcv9
 
-ISAEXEC_DIRS = $(bindir) $(sbindir)
+ISAEXEC_DIRS           = $(bindir) $(sbindir)
+ISAEXEC_EXCLUDE_FILES  = $(bindir)/ftpasswd $(bindir)/ftpmail $(bindir)/ftpquota $(bindir)/prxs
 
-sysconfdir = /etc/opt/csw
-localstatedir = /var/opt/csw
-libexecdir_install = $(exec_prefix)/libexec/proftpd
+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)"
@@ -76,5 +77,6 @@
 	cp $(WORKDIR)/cswproftpd $(DESTDIR)$(sysconfdir)/init.d/
 	cd $(WORKSRC); cp -r $(PROFTPDDOC) $(DESTDIR)$(prefix)/share/doc/proftpd
 	cd $(WORKSRC)/contrib ; cp $(CONTRIBUTILS) $(DESTDIR)$(bindir)
-	rm -f $(DESTDIR)$(prefix)/libexec/proftpd/*.la
+	rm -f $(DESTDIR)$(libexecdir_install)/*.la
+	rm -f $(DESTDIR)$(libexecdir_install)/$(ISA)/*.la
 	$(MAKECOOKIE)


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