cvs commit: ports/sysutils/mcron Makefile

Andrey Chernov ache at nagual.pp.ru
Wed Mar 17 06:14:05 PST 2004


On Wed, Mar 17, 2004 at 04:34:56AM -0800, Kris Kennaway wrote:
> kris        2004/03/17 04:34:56 PST
> 
>   FreeBSD ports repository
> 
>   Modified files:
>     sysutils/mcron       Makefile 
>   Log:
>   BROKEN on 5.x: Does not install following ache's getopt changes

Here is a patch to fix it for all systems:

--- makefile.in.bak	Fri Dec 12 00:53:35 2003
+++ makefile.in	Wed Mar 17 17:10:28 2004
@@ -693,9 +693,9 @@
 
 install-exec-hook:
 	rm -f $(fpp)cron$(EXEEXT) > /dev/null 2>&1
-	$(INSTALL) --mode='u=rwx' mcron$(EXEEXT) $(fpp)cron$(EXEEXT)
+	$(INSTALL) -m 'u=rwx' mcron$(EXEEXT) $(fpp)cron$(EXEEXT)
 	rm -f $(fpp)crontab$(EXEEXT) > /dev/null 2>&1
-	$(INSTALL) --mode='u=rwxs,og=rx' mcron$(EXEEXT) $(fpp)crontab$(EXEEXT)
+	$(INSTALL) -m 'u=rwxs,og=rx' mcron$(EXEEXT) $(fpp)crontab$(EXEEXT)
 	./mkinstalldirs -m 'u=rwx' /var/cron
 	./mkinstalldirs -m 'u=rwx,og=rx' /var/run
 	./mkinstalldirs -m 'u=rwx,og=rx' @GUILE_SITE@

-- 
Andrey Chernov | http://ache.pp.ru/


More information about the cvs-ports mailing list