From 56c2cee588ee58b4571ecd3b142891565f13a9ab Mon Sep 17 00:00:00 2001 From: juhosg Date: Thu, 27 Mar 2014 07:03:02 +0000 Subject: [PATCH] packages/procmail: fix whitespaces Signed-off-by: Dirk Neukirchen Signed-off-by: Gabor Juhos git-svn-id: svn://svn.openwrt.org/openwrt/packages@40068 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- mail/procmail/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/mail/procmail/Makefile b/mail/procmail/Makefile index f006e1287..c8beb4eea 100644 --- a/mail/procmail/Makefile +++ b/mail/procmail/Makefile @@ -25,14 +25,14 @@ define Package/procmail endef define Package/procmail/description - Procmail is able to process and classify incoming mail into + Procmail is able to process and classify incoming mail into different mail boxes. Very useful in conjunction with mutt. endef TARGET_CFLAGS += -DPROCMAIL -define Build/Compile +define Build/Compile $(MAKE) -C $(PKG_BUILD_DIR)/src -f ../Makefile.openwrt \ $(TARGET_CONFIGURE_OPTS) \ CFLAGS="$(TARGET_CFLAGS)" @@ -40,7 +40,7 @@ endef define Package/procmail/install $(INSTALL_DIR) $(1)/usr/bin - $(CP) $(PKG_BUILD_DIR)/src/procmail $(1)/usr/bin/ + $(CP) $(PKG_BUILD_DIR)/src/procmail $(1)/usr/bin/ $(CP) $(PKG_BUILD_DIR)/src/formail $(1)/usr/bin/ endef