diff options
author | obrien <obrien@FreeBSD.org> | 2001-08-21 09:07:07 +0800 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2001-08-21 09:07:07 +0800 |
commit | 60dd1acb219a5ee3d6661802e0a55cd320463e30 (patch) | |
tree | 3b3b56ec3d047d842ac4a74b15e2f19ed37561b5 /textproc/dict/Makefile | |
parent | 52b13eb43691bb6b0e2a0ab18841a5ee048b4ad0 (diff) | |
download | freebsd-ports-gnome-60dd1acb219a5ee3d6661802e0a55cd320463e30.tar.gz freebsd-ports-gnome-60dd1acb219a5ee3d6661802e0a55cd320463e30.tar.zst freebsd-ports-gnome-60dd1acb219a5ee3d6661802e0a55cd320463e30.zip |
Update to version 1.5.5.
Diffstat (limited to 'textproc/dict/Makefile')
-rw-r--r-- | textproc/dict/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/textproc/dict/Makefile b/textproc/dict/Makefile index 432d43882ab3..6663fa33974a 100644 --- a/textproc/dict/Makefile +++ b/textproc/dict/Makefile @@ -7,7 +7,7 @@ # PORTNAME= dict -PORTVERSION= 1.4.9 +PORTVERSION= 1.5.5 CATEGORIES= textproc MASTER_SITES= ftp://ftp.cs.unc.edu/pub/users/faith/dict/ \ ftp://ftp.dict.org/pub/dict/ @@ -16,10 +16,13 @@ DISTNAME= ${PORTNAME}d-${PORTVERSION} MAINTAINER= obrien@FreeBSD.org GNU_CONFIGURE= yes -CONFIGURE_ARGS= "--with-cflags=${CFLAGS}" +CONFIGURE_ARGS= --without-local-zlib --with-cflags="${CFLAGS}" USE_GMAKE= yes ALL_TARGET= dict INSTALL_TARGET= install.dict MAN1= dict.1 +post-patch: + ${PERL} -pi.orig -e 's|/etc/|${PREFIX}/etc/|g' ${WRKSRC}/dict.1 + .include <bsd.port.mk> |