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 | |
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')
-rw-r--r-- | textproc/dict/Makefile | 3 | ||||
-rw-r--r-- | textproc/dict/files/patch-aa | 11 |
2 files changed, 2 insertions, 12 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 diff --git a/textproc/dict/files/patch-aa b/textproc/dict/files/patch-aa index 023bcec139b3..d8324557286a 100644 --- a/textproc/dict/files/patch-aa +++ b/textproc/dict/files/patch-aa @@ -1,16 +1,5 @@ --- configure.orig Fri Jan 12 01:24:53 2001 +++ configure Mon Aug 20 17:34:27 2001 -@@ -550,8 +550,8 @@ - - - --ac_default_prefix=/usr --etcdir=/etc -+ac_default_prefix=/usr/local -+etcdir=$prefix/etc - - echo Configuring for dict - echo . @@ -1416,7 +1416,6 @@ fi fi |