From: Stefan Schantl Date: Sun, 24 Apr 2011 13:10:27 +0000 (+0200) Subject: cpufrequtils: Some cosmetic fixes. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6437de27a73da992fde38de059a6c73ed3209e48;p=ipfire-3.x.git cpufrequtils: Some cosmetic fixes. --- diff --git a/pkgs/cpufrequtils/cpufrequtils.nm b/pkgs/cpufrequtils/cpufrequtils.nm index c2d2d59d5..a1aca6885 100644 --- a/pkgs/cpufrequtils/cpufrequtils.nm +++ b/pkgs/cpufrequtils/cpufrequtils.nm @@ -26,7 +26,7 @@ include $(PKGROOT)/Include PKG_NAME = cpufrequtils PKG_VER = 008 -PKG_REL = 1 +PKG_REL = 2 PKG_MAINTAINER = PKG_GROUPS = Base Applications/System @@ -42,12 +42,10 @@ endef PKG_TARBALL = $(THISAPP).tar.gz +# Package doesn't provide a configure script define STAGE_BUILD - cd $(DIR_APP) && make -endef - -define STAGE_INSTALL - cd $(DIR_APP) && make install DESTDIR=$(BUILDROOT) mandir=/usr/share/man + cd $(DIR_APP) && make $(PARALELLISMFLAGS) endef +STAGE_INSTALL_TARGETS = mandir=/usr/share/man