From ac5c6c500061bc489532b4baa2e7784a7c19444c Mon Sep 17 00:00:00 2001 From: Cheng-Lung Sung Date: Wed, 11 Apr 2007 02:38:42 +0000 Subject: - update to 1.10.8 - I'll maintain it for a while --- textproc/dict/Makefile | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to 'textproc/dict/Makefile') diff --git a/textproc/dict/Makefile b/textproc/dict/Makefile index 2cb40b7808fd..4d246c909d88 100644 --- a/textproc/dict/Makefile +++ b/textproc/dict/Makefile @@ -7,23 +7,23 @@ # PORTNAME= dict -PORTVERSION= 1.10.4 -PORTREVISION= 1 +PORTVERSION= 1.10.8 CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= dict DISTNAME= ${PORTNAME}d-${PORTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= clsung@FreeBSD.org COMMENT= Dictionary Server Protocol (RFC2229) client USE_BISON= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --without-local-zlib --with-cflags="${CFLAGS}" \ - --with-etcdir=${PREFIX}/etc + --with-etcdir=${PREFIX}/etc --mandir="${PREFIX}/man" CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" USE_GMAKE= yes +USE_AUTOTOOLS= libtool:15 ALL_TARGET= dict INSTALL_TARGET= install.dict MAN1= dict.1 dictl.1 @@ -31,6 +31,9 @@ MAN1= dict.1 dictl.1 post-patch: ${REINPLACE_CMD} -e 's|/etc/|${PREFIX}/etc/|g' ${WRKSRC}/dict.1.in +post-configure: + ${REINPLACE_CMD} -e 's|^ mkdir| mkdir|g' ${WRKSRC}/Makefile + post-install: ${INSTALL_DATA} ${FILESDIR}/dict.conf ${PREFIX}/etc/dict.conf.sample if [ ! -f ${PREFIX}/etc/dict.conf ]; then \ -- cgit v1.2.3