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/wackford-squeers | |
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/wackford-squeers')
-rw-r--r-- | net/wackford-squeers/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/net/wackford-squeers/Makefile b/net/wackford-squeers/Makefile index b8b750650868..5b01c5381d3e 100644 --- a/net/wackford-squeers/Makefile +++ b/net/wackford-squeers/Makefile @@ -11,4 +11,7 @@ COMMENT= Plain text network hypertext server and client RUN_DEPENDS= ${LOCALBASE}/bin/munger:${PORTSDIR}/lang/munger +MAKE_ENV= INSTALL_PROGRAM="${INSTALL_PROGRAM}" INSTALL_SCRIPT="${INSTALL_SCRIPT}" \ + INSTALL_DATA="${INSTALL_DATA}" INSTALL_MAN="${INSTALL_MAN}" + .include <bsd.port.mk> |