[csw-devel] SF.net SVN: gar:[5104] csw/mgar/pkg/vixiecron/trunk/Makefile
wahwah at users.sourceforge.net
wahwah at users.sourceforge.net
Fri May 29 11:20:58 CEST 2009
Revision: 5104
http://gar.svn.sourceforge.net/gar/?rev=5104&view=rev
Author: wahwah
Date: 2009-05-29 09:20:58 +0000 (Fri, 29 May 2009)
Log Message:
-----------
vixiecron: Renamed {post,pre}install targets to *-modulated.
Modified Paths:
--------------
csw/mgar/pkg/vixiecron/trunk/Makefile
Modified: csw/mgar/pkg/vixiecron/trunk/Makefile
===================================================================
--- csw/mgar/pkg/vixiecron/trunk/Makefile 2009-05-29 08:52:59 UTC (rev 5103)
+++ csw/mgar/pkg/vixiecron/trunk/Makefile 2009-05-29 09:20:58 UTC (rev 5104)
@@ -47,7 +47,7 @@
CONFIGURE_SCRIPTS =
EXTRA_CFLAGS = -DDEBUGGING=0 -DPOSIX -DDEBIAN
-pre-install:
+pre-install-modulated:
ginstall -d $(DESTDIR)/opt/csw
ginstall -d $(DESTDIR)/opt/csw/bin
ginstall -d $(DESTDIR)/opt/csw/sbin
@@ -55,12 +55,7 @@
ginstall -d $(DESTDIR)/opt/csw/share/man/cat8
@$(MAKECOOKIE)
-pre-install-isa-sparcv9: pre-install
-pre-install-isa-sparcv8: pre-install
-pre-install-isa-i386: pre-install
-pre-install-isa-amd64: pre-install
-
-post-install:
+post-install-modulated:
ginstall -d $(DESTDIR)/etc/opt/csw/init.d
ginstall $(FILEDIR)/csw$(GARNAME) \
$(DESTDIR)/etc/opt/csw/init.d/csw$(GARNAME)
@@ -74,11 +69,4 @@
done
@$(MAKECOOKIE)
-REQUIRED_PKGS = CSWcswclassutils
-
-post-install-isa-sparcv8: post-install
-post-install-isa-sparcv9: post-install
-post-install-isa-i386: post-install
-post-install-isa-amd64: post-install
-
include gar/category.mk
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