about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorJohn C. Vernaleo <jcv@conformal.com>2013-03-08 12:17:28 -0500
committerJohn C. Vernaleo <jcv@conformal.com>2013-03-08 12:17:28 -0500
commitfcfe1e441e77741a7da97dd2fa31a3ae8aef7086 (patch)
tree14afc28f63a850ca19ce63f5f98d9fe4f96cdac5
parentc86951009a4d3c682e04bd51c7d98eaa30d4d1f5 (diff)
downloadxombrero-fcfe1e441e77741a7da97dd2fa31a3ae8aef7086.tar.gz
Add RESDIR definition to FreeBSD Makefile.
-rw-r--r--freebsd/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/freebsd/Makefile b/freebsd/Makefile
index 8723232..fb1ccf7 100644
--- a/freebsd/Makefile
+++ b/freebsd/Makefile
@@ -16,6 +16,7 @@ PREFIX?= /usr/local
 BINDIR?= $(PREFIX)/bin
 LIBDIR?= $(PREFIX)/lib
 MANDIR?= $(PREFIX)/man
+RESDIR?= $(PREFIX)/share/xombrero
 
 CC?= cc