[csw-devel] SF.net SVN: gar:[20613] csw/mgar/pkg/monit/trunk/Makefile
chninkel at users.sourceforge.net
chninkel at users.sourceforge.net
Sat Apr 6 19:14:58 CEST 2013
Revision: 20613
http://gar.svn.sourceforge.net/gar/?rev=20613&view=rev
Author: chninkel
Date: 2013-04-06 17:14:57 +0000 (Sat, 06 Apr 2013)
Log Message:
-----------
monit/trunk: fixed checkpkg override and reverted to old configuration directory
Modified Paths:
--------------
csw/mgar/pkg/monit/trunk/Makefile
Modified: csw/mgar/pkg/monit/trunk/Makefile
===================================================================
--- csw/mgar/pkg/monit/trunk/Makefile 2013-04-06 16:24:02 UTC (rev 20612)
+++ csw/mgar/pkg/monit/trunk/Makefile 2013-04-06 17:14:57 UTC (rev 20613)
@@ -18,10 +18,13 @@
#PATCHFILES += 0001-Drop-some-build-flags-that-get-hard-coded-by-configu.patch
#PATCHFILES += 0002-fix-usr-local-references-drop-usr-local-etc-monitrc-.patch
-CHECKPKG_OVERRIDES_CSWmonit += file-with-bad-content|/usr/local|root/opt/csw/bin/amd64/monit
-CHECKPKG_OVERRIDES_CSWmonit += file-with-bad-content|/usr/local|root/opt/csw/share/man/man1/monit.1
+CHECKPKG_OVERRIDES_CSWmonit = file-with-bad-content|/usr/local|root/opt/csw/share/man/man1/monit.1
+CHECKPKG_OVERRIDES_CSWmonit += $(CHECKPKG_OVERRIDES_CSWmonit_$(GARCH))
+CHECKPKG_OVERRIDES_CSWmonit_sparc = file-with-bad-content|/usr/local|root/opt/csw/bin/sparcv8/monit
+CHECKPKG_OVERRIDES_CSWmonit_i386 = file-with-bad-content|/usr/local|root/opt/csw/bin/amd64/monit
+
GARCOMPILER = GNU
BUILD64_ONLY = 1
@@ -34,5 +37,10 @@
TEST_SCRIPTS =
+# Revert to the old configuration path
+# so we don't change anything
+# for the ssl update
+sysconfdir = $(prefix)/etc
+
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