diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 2001-08-21 02:51:53 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 2001-08-21 02:51:53 +0000 |
commit | 9a014fd082dbbcbd27fd7280b37fc89222a3289f (patch) | |
tree | db751e0981903f2620a3465cf2b3281ab2a9aa51 /textproc/dict | |
parent | ab0b08fabff9de4c28fc1b9f2c3815a97e89b271 (diff) | |
download | ports-9a014fd082dbbcbd27fd7280b37fc89222a3289f.tar.gz ports-9a014fd082dbbcbd27fd7280b37fc89222a3289f.zip |
Notes
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 |