From eba38e7645bf07f5280b554d14a241f8a59ed0ee Mon Sep 17 00:00:00 2001 From: Baptiste Daroussin Date: Tue, 21 Jan 2014 08:27:17 +0000 Subject: [PATCH] Support stage --- devel/libuninum/Makefile | 5 +---- devel/libuninum/pkg-plist | 2 +- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/devel/libuninum/Makefile b/devel/libuninum/Makefile index 9e1ff72da613..fc5f197e99e4 100644 --- a/devel/libuninum/Makefile +++ b/devel/libuninum/Makefile @@ -10,16 +10,13 @@ MASTER_SITES= http://billposer.org/Software/Downloads/ MAINTAINER= clsung@FreeBSD.org COMMENT= Library for converting Unicode strings to numbers -LIB_DEPENDS= gmp.10:${PORTSDIR}/math/gmp +LIB_DEPENDS= libgmp.so:${PORTSDIR}/math/gmp GNU_CONFIGURE= yes MAKE_ENV+= INCLUDES="-I${LOCALBASE}/include" LDFLAGS+= -L${LOCALBASE}/lib USE_LDCONFIG= yes -MAN1= numconv.1 - -NO_STAGE= yes post-patch: ${REINPLACE_CMD} -e 's|uninum/||' ${WRKSRC}/uninum.c ${WRKSRC}/numconv.c diff --git a/devel/libuninum/pkg-plist b/devel/libuninum/pkg-plist index 6379db32972d..20c7b8ce3097 100644 --- a/devel/libuninum/pkg-plist +++ b/devel/libuninum/pkg-plist @@ -1,4 +1,3 @@ -@comment $FreeBSD$ bin/NumberConverter.tcl bin/numconv include/uninum/uninum.h @@ -7,4 +6,5 @@ include/uninum/unicode.h lib/libuninum.so.7 lib/libuninum.so lib/libuninum.a +man/man1/numconv.1.gz @dirrmtry include/uninum