diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2012-06-09 06:09:41 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2012-06-09 06:09:41 +0000 |
commit | 560c5e2da15ecd04bbe4f9d3ac1abcbe8ca489dc (patch) | |
tree | efed353cfac2087a71e0c2c228c1d53c5596a2a7 | |
parent | b1ea4e7c9c10367b8227ca0d9c2724e43c2b547d (diff) | |
download | ports-560c5e2da15ecd04bbe4f9d3ac1abcbe8ca489dc.tar.gz ports-560c5e2da15ecd04bbe4f9d3ac1abcbe8ca489dc.zip |
Notes
-rw-r--r-- | sysutils/gather/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sysutils/gather/Makefile b/sysutils/gather/Makefile index 31cb5218ae35..3fe877efd75f 100644 --- a/sysutils/gather/Makefile +++ b/sysutils/gather/Makefile @@ -19,6 +19,8 @@ PROJECTHOST= gatherit USE_PERL5= yes +CONFLICTS_INSTALL= harvest-[0-9]* + DATADIR= /var/db/gather MAKE_ENV+= CONFDIR=${PREFIX}/etc/gather DATADIR=${DATADIR} |