summaryrefslogtreecommitdiff
path: root/packaging
diff options
context:
space:
mode:
authorDaniel Kahn Gillmor <dkg@fifthhorseman.net>2008-09-12 01:09:03 -0400
committerDaniel Kahn Gillmor <dkg@fifthhorseman.net>2008-09-12 01:09:03 -0400
commite326d7fcd810a69d3558fecdff0500286ddf2ffe (patch)
tree1418b7386e59aa3868f33ca36aca2a31976020cf /packaging
parent4a59488b9f6d03ff74e587f7abcabf64b06837ea (diff)
more monkeying around with portable ways to install the manpages.
Diffstat (limited to 'packaging')
-rw-r--r--packaging/freebsd/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/packaging/freebsd/Makefile b/packaging/freebsd/Makefile
index 5b96f7a..2937d69 100644
--- a/packaging/freebsd/Makefile
+++ b/packaging/freebsd/Makefile
@@ -28,6 +28,6 @@ MAN7= monkeysphere.7
MAN8= monkeysphere-server.8
MANCOMPRESSED= yes
-ETCPREFIX = /usr/local
+MAKE_ARGS= ETCPREFIX=/usr/local MANPREFIX=/usr/local/man
.include <bsd.port.mk>