diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-11-06 11:21:06 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-11-06 11:21:06 +0000 |
commit | 78924d9e3c729a526e654095f193d35e40ebafb8 (patch) | |
tree | 18c84aef4dfd40812f2a0893a5654be069524352 /ftp/emirror | |
parent | Update to 1.2 (diff) |
set sysconfdir so that emirror can find it
PR: 31531
Submitted by: Hendrik Scholz <hendrik@scholz.net>
Notes
Notes:
svn path=/head/; revision=49649
Diffstat (limited to 'ftp/emirror')
-rw-r--r-- | ftp/emirror/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ftp/emirror/Makefile b/ftp/emirror/Makefile index 21518b5d6a07..5eb97910b601 100644 --- a/ftp/emirror/Makefile +++ b/ftp/emirror/Makefile @@ -18,6 +18,7 @@ MAINTAINER= ijliao@FreeBSD.org USE_PYTHON= yes GNU_CONFIGURE= yes +CONFIGURE_ARGS= --sysconfdir=${PREFIX}/etc NO_BUILD= yes MAN1= emirror.1 |