diff options
author | tron <tron@pkgsrc.org> | 2005-01-31 15:49:48 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2005-01-31 15:49:48 +0000 |
commit | 9415f1f987755d857219afb472df9e46f5e16095 (patch) | |
tree | 69a79f94d8880a9f7e27844e1f6d34ccd42c4cf3 /net/userppp/Makefile | |
parent | 0566289df48d626eca613a236595de0787666f37 (diff) | |
download | pkgsrc-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/Makefile | 3 |
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} |