diff options
author | Daniel Kahn Gillmor <dkg@fifthhorseman.net> | 2008-09-12 02:40:42 -0400 |
---|---|---|
committer | Daniel Kahn Gillmor <dkg@fifthhorseman.net> | 2008-09-12 02:40:42 -0400 |
commit | c4b4cdd87413598ba415ceebba35ed7d9dc0d979 (patch) | |
tree | d484dad2c5da459b0ea5c8fe5fe4a2c29bed1e0e /packaging/freebsd/Makefile | |
parent | 5c3ec72ee2c2f5a0d6d942b0998ba8cc3369f608 (diff) |
tweaking installations of config files so that FreeBSD ports do not clobber local sysadmin changes.
Diffstat (limited to 'packaging/freebsd/Makefile')
-rw-r--r-- | packaging/freebsd/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packaging/freebsd/Makefile b/packaging/freebsd/Makefile index 9d90b45..82e3bf8 100644 --- a/packaging/freebsd/Makefile +++ b/packaging/freebsd/Makefile @@ -29,6 +29,6 @@ MAN7= monkeysphere.7 MAN8= monkeysphere-server.8 MANCOMPRESSED= yes -MAKE_ARGS= ETCPREFIX=/usr/local MANPREFIX=/usr/local/man +MAKE_ARGS= ETCPREFIX=/usr/local MANPREFIX=/usr/local/man ETCSUFFIX=.sample .include <bsd.port.mk> |