diff options
author | antoine <antoine@FreeBSD.org> | 2014-09-04 05:07:17 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2014-09-04 05:07:17 +0800 |
commit | a3893ca7b7a6dbe27d71538a7272894a041a57cb (patch) | |
tree | cdbc504d12ee8db825712bef5ec2e47a54174d4a /net-im | |
parent | d716fe9348500252fa2e618cf65ef2ce05630fba (diff) | |
download | freebsd-ports-gnome-a3893ca7b7a6dbe27d71538a7272894a041a57cb.tar.gz freebsd-ports-gnome-a3893ca7b7a6dbe27d71538a7272894a041a57cb.tar.zst freebsd-ports-gnome-a3893ca7b7a6dbe27d71538a7272894a041a57cb.zip |
Allow staging as a regular user
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/chattahoochie/Makefile | 3 |
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> |