diff options
author | obrien <obrien@FreeBSD.org> | 2001-08-21 10:51:53 +0800 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2001-08-21 10:51:53 +0800 |
commit | 4ef036fc4dd73abb982383e0db32d7b55e3f4d65 (patch) | |
tree | 3e1a15b5f0a50f8921f9861a3f0d6b2e8d8f8e14 /textproc/dict/Makefile | |
parent | 71c12f31d8d0797c30473495c08a8b06b4d8a8ae (diff) | |
download | freebsd-ports-gnome-4ef036fc4dd73abb982383e0db32d7b55e3f4d65.tar.gz freebsd-ports-gnome-4ef036fc4dd73abb982383e0db32d7b55e3f4d65.tar.zst freebsd-ports-gnome-4ef036fc4dd73abb982383e0db32d7b55e3f4d65.zip |
We don't need to patch `configure' as much as this patch was doing.
We can accomplish the same thing with a CONFIGURE_ARGS.
Diffstat (limited to 'textproc/dict/Makefile')
-rw-r--r-- | textproc/dict/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/dict/Makefile b/textproc/dict/Makefile index 6663fa33974a..d082f2d4b955 100644 --- a/textproc/dict/Makefile +++ b/textproc/dict/Makefile @@ -16,7 +16,8 @@ DISTNAME= ${PORTNAME}d-${PORTVERSION} MAINTAINER= obrien@FreeBSD.org GNU_CONFIGURE= yes -CONFIGURE_ARGS= --without-local-zlib --with-cflags="${CFLAGS}" +CONFIGURE_ARGS= --without-local-zlib --with-cflags="${CFLAGS}" \ + --with-etcdir=${PREFIX}/etc USE_GMAKE= yes ALL_TARGET= dict INSTALL_TARGET= install.dict |