[csw-devel] SF.net SVN: gar:[10072] csw/mgar/pkg/snmptt/trunk/Makefile
skayser at users.sourceforge.net
skayser at users.sourceforge.net
Wed Jun 2 17:41:10 CEST 2010
Revision: 10072
http://gar.svn.sourceforge.net/gar/?rev=10072&view=rev
Author: skayser
Date: 2010-06-02 15:41:10 +0000 (Wed, 02 Jun 2010)
Log Message:
-----------
snmptt: fixes, archall, and checkpkg overrides
Modified Paths:
--------------
csw/mgar/pkg/snmptt/trunk/Makefile
Modified: csw/mgar/pkg/snmptt/trunk/Makefile
===================================================================
--- csw/mgar/pkg/snmptt/trunk/Makefile 2010-06-02 11:58:43 UTC (rev 10071)
+++ csw/mgar/pkg/snmptt/trunk/Makefile 2010-06-02 15:41:10 UTC (rev 10072)
@@ -14,6 +14,7 @@
DISTFILES = $(GARNAME)_$(GARVERSION).tgz
UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.gz
+ARCHALL = 1
RUNTIME_DEP_PKGS = CSWperl CSWpmcfginifls
CONFIGURE_SCRIPTS =
@@ -23,6 +24,9 @@
SAMPLECONF = /etc/opt/csw/snmptt.ini
+CHECKPKG_OVERRIDES_CSWsnmptt += surplus-dependency|CSWperl
+CHECKPKG_OVERRIDES_CSWsnmptt += surplus-dependency|CSWpmcfginifls
+
include gar/category.mk
install-custom: BIN=snmpttconvertmib
@@ -42,7 +46,7 @@
gsed -i 's,/usr/bin/perl,/opt/csw/bin/perl,' $(DESTDIR)$(bindir)/*
gsed -i 's,/usr/bin/perl,/opt/csw/bin/perl,' $(DESTDIR)$(sbindir)/*
- cp $(WORKSRC)/snmptt.ini > $(DESTDIR)/etc/opt/csw/snmptt.ini
+ cp $(WORKSRC)/snmptt.ini $(DESTDIR)/etc/opt/csw/snmptt.ini
gsed \
-e 's,/var/,/var/opt/csw/,' \
-e 's,/var/opt/csw/run/snmptt.pid,/var/run/cswsnmptt.pid,' \
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