summaryrefslogtreecommitdiff
path: root/net/userppp/Makefile
diff options
context:
space:
mode:
authortron <tron@pkgsrc.org>2005-01-31 15:49:48 +0000
committertron <tron@pkgsrc.org>2005-01-31 15:49:48 +0000
commit9415f1f987755d857219afb472df9e46f5e16095 (patch)
tree69a79f94d8880a9f7e27844e1f6d34ccd42c4cf3 /net/userppp/Makefile
parent0566289df48d626eca613a236595de0787666f37 (diff)
downloadpkgsrc-9415f1f987755d857219afb472df9e46f5e16095.tar.gz
Make this actually install if "USERPPP_GROUP" is defined to a value other
than "network".
Diffstat (limited to 'net/userppp/Makefile')
-rw-r--r--net/userppp/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/net/userppp/Makefile b/net/userppp/Makefile
index 74e9f9cb940..94ccaa7017a 100644
--- a/net/userppp/Makefile
+++ b/net/userppp/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2004/12/04 12:01:39 wiz Exp $
+# $NetBSD: Makefile,v 1.17 2005/01/31 15:49:48 tron Exp $
DISTNAME= ppp-001107.src
PKGNAME= userppp-001107
@@ -32,6 +32,7 @@ post-patch:
USERPPP_GROUP?= network
BUILD_DEFS+= USERPPP_GROUP
+MAKE_ENV+= USERPPP_GROUP="${USERPPP_GROUP}"
USE_PKGINSTALL= yes
PKG_GROUPS= ${USERPPP_GROUP}