[csw-devel] SF.net SVN: gar:[5547] csw/mgar/pkg/pureftpd/trunk/Makefile
bensons at users.sourceforge.net
bensons at users.sourceforge.net
Wed Jul 8 18:27:28 CEST 2009
Revision: 5547
http://gar.svn.sourceforge.net/gar/?rev=5547&view=rev
Author: bensons
Date: 2009-07-08 16:27:28 +0000 (Wed, 08 Jul 2009)
Log Message:
-----------
pureftpd: runtim pidfile to /var/opt/csw/run
Modified Paths:
--------------
csw/mgar/pkg/pureftpd/trunk/Makefile
Modified: csw/mgar/pkg/pureftpd/trunk/Makefile
===================================================================
--- csw/mgar/pkg/pureftpd/trunk/Makefile 2009-07-08 15:10:09 UTC (rev 5546)
+++ csw/mgar/pkg/pureftpd/trunk/Makefile 2009-07-08 16:27:28 UTC (rev 5547)
@@ -49,6 +49,7 @@
@perl -pi -e 's at -lssl -lcrypto -lcrypt at -lcrypt -lssl -lcrypto@' \
${WORKSRC}/src/Makefile
+
# strange archive...
post-build-modulated:
@chmod 751 $(WORKSRC)/x
@@ -56,3 +57,7 @@
# create config directory
pre-install-modulated:
ginstall -d $(DESTDIR)$(sysconfdir)/$(SRCNAME)
+ 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
+ perl -pi -e 's@/var/run@/var/opt/csw/run@' ${WORKSRC}/src/upload-pipe.h
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