summaryrefslogtreecommitdiff
path: root/net-im
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2014-09-03 21:07:17 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2014-09-03 21:07:17 +0000
commit0090808295dbe0366733c7871468f154c19d17e8 (patch)
treecdbc504d12ee8db825712bef5ec2e47a54174d4a /net-im
parentForgot Makefile in last commit reviving mail/sqlgrey. (diff)
Allow staging as a regular user
Notes
Notes: svn path=/head/; revision=367236
Diffstat (limited to 'net-im')
-rw-r--r--net-im/chattahoochie/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/net-im/chattahoochie/Makefile b/net-im/chattahoochie/Makefile
index eac0fee2e29b..71b5de0b67b7 100644
--- a/net-im/chattahoochie/Makefile
+++ b/net-im/chattahoochie/Makefile
@@ -9,4 +9,7 @@ MASTER_SITES= http://www.mammothcheese.ca/
MAINTAINER= jimmy@mammothcheese.ca
COMMENT= Small group plain-text chat server
+MAKE_ENV= INSTALL_MAN="${INSTALL_MAN}" INSTALL_PROGRAM="${INSTALL_PROGRAM}" \
+ INSTALL_SCRIPT="${INSTALL_SCRIPT}"
+
.include <bsd.port.mk>