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 | |
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')
-rw-r--r-- | net/urelay/Makefile | 1 | ||||
-rw-r--r-- | net/wackford-squeers/Makefile | 3 |
2 files changed, 4 insertions, 0 deletions
diff --git a/net/urelay/Makefile b/net/urelay/Makefile index 6b6b50ab9a34..7a895a8a045c 100644 --- a/net/urelay/Makefile +++ b/net/urelay/Makefile @@ -9,6 +9,7 @@ MASTER_SITES= http://devel.ringlet.net/net/urelay/ MAINTAINER= ports@FreeBSD.org COMMENT= UCSPI-based TCP forwarder +USES= uidfix PLIST_FILES= bin/urelay \ man/man1/urelay.1.gz 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> |