From 34a4bbc197cabd2e0b89e594c0f9e8457a454dca Mon Sep 17 00:00:00 2001 From: Jiri Brozovsky Date: Sun, 15 Aug 2010 11:47:10 +0200 Subject: [PATCH] Compilation problems should be fixed. --- mandoc/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/mandoc/Makefile b/mandoc/Makefile index 327965a..e2c87e7 100644 --- a/mandoc/Makefile +++ b/mandoc/Makefile @@ -4,10 +4,11 @@ include $(TOPDIR)/rules.mk PKG_NAME:=mandoc PKG_VERSION:=1.10.4 -PKG_RELEASE:=1 +PKG_RELEASE:=2 -PKG_SOURCE:=mdocml.tar.gz +PKG_SOURCE:=mdocml-1.10.4.tar.gz PKG_SOURCE_URL:=http://mdocml.bsd.lv/snapshots/ +PKG_MD5SUM:=f23e40cd64f4312b0c4e2d72e7999298 PKG_CAT:=zcat PKG_BUILD_DIR:=$(BUILD_DIR)/mdocml-$(PKG_VERSION) @@ -19,7 +20,6 @@ define Package/mandoc CATEGORY:=Utilities TITLE:=mandoc URL:=http://mdocml.bsd.lv/ - DEPENDS:=@BROKEN endef define Package/mandoc/demandocription