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

bdwalton at users.sourceforge.net bdwalton at users.sourceforge.net
Thu Jun 14 03:04:42 CEST 2012


Revision: 18396
          http://gar.svn.sourceforge.net/gar/?rev=18396&view=rev
Author:   bdwalton
Date:     2012-06-14 01:04:42 +0000 (Thu, 14 Jun 2012)
Log Message:
-----------
pureftpd/trunk: handle license installation with non-standard source package naming

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

Modified: csw/mgar/pkg/pureftpd/trunk/Makefile
===================================================================
--- csw/mgar/pkg/pureftpd/trunk/Makefile	2012-06-14 00:47:43 UTC (rev 18395)
+++ csw/mgar/pkg/pureftpd/trunk/Makefile	2012-06-14 01:04:42 UTC (rev 18396)
@@ -72,6 +72,7 @@
 pre-install-modulated:
 	ginstall -d $(DESTDIR)$(sysconfdir)/$(SRCNAME)
 	ginstall -d $(DESTDIR)$(docdir)/$(SRCNAME)
+	ginstall -d $(DESTDIR)$(docdir)/$(NAME)
 	ginstall -d $(DESTDIR)/var/opt/csw/run
 	perl -pi -e 's@/var/run@/var/opt/csw/run@' ${WORKSRC}/src/ftpd.h
 	perl -pi -e 's@/var/run@/var/opt/csw/run@' ${WORKSRC}/src/ftpwho-update.h
@@ -86,4 +87,5 @@
 		ginstall -m 644 $$file $(DESTDIR)$(sysconfdir)/$(SRCNAME) ; \
 		done )
 	ginstall -m 644 $(WORKSRC)/pureftpd.schema $(DESTDIR)$(docdir)/$(SRCNAME)
+	ginstall -m 644 $(WORKSRC)/COPYING $(DESTDIR)$(docdir)/$(NAME)/license
 	@$(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