summaryrefslogtreecommitdiff
path: root/net/dtcpclient
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2006-11-09 09:14:05 +0000
committerrillig <rillig@pkgsrc.org>2006-11-09 09:14:05 +0000
commit1bdc84a005f00d62d93b5f05d425bf2a3498ead0 (patch)
tree1ea77a2dccd0f74389019d0156d0b46d6eba5ac5 /net/dtcpclient
parent21fe09b3a90a5d8937ea26de8485954042cfbc20 (diff)
downloadpkgsrc-1bdc84a005f00d62d93b5f05d425bf2a3498ead0.tar.gz
Fixed the package for unprivileged users.
Diffstat (limited to 'net/dtcpclient')
-rw-r--r--net/dtcpclient/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/net/dtcpclient/Makefile b/net/dtcpclient/Makefile
index 1572363fc91..480b346d3cc 100644
--- a/net/dtcpclient/Makefile
+++ b/net/dtcpclient/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2006/08/27 14:00:41 hamajima Exp $
+# $NetBSD: Makefile,v 1.10 2006/11/09 09:15:45 rillig Exp $
#
DISTNAME= dtcpclient-20060526
@@ -21,6 +21,8 @@ SUBST_STAGE.paths= post-patch
SUBST_FILES.paths= dtcpclient.8
SUBST_SED.paths= 's|/usr/local|${PREFIX}|g'
+MAKE_ENV+= ${BSD_MAKE_ENV}
+
.include "../../mk/bsd.prefs.mk"
.if ${OPSYS} == "Darwin"
.include "../../security/openssl/buildlink3.mk"