aboutsummaryrefslogtreecommitdiff
path: root/security/authpf
diff options
context:
space:
mode:
authorFoxfair Hu <foxfair@FreeBSD.org>2003-07-28 16:26:29 +0000
committerFoxfair Hu <foxfair@FreeBSD.org>2003-07-28 16:26:29 +0000
commite6ed8e2faa9f11fd175d5f1abbdcc90518a17007 (patch)
tree68b9f47af39e7d7c6e3212d76b9ffd8c2db7e72c /security/authpf
parent022e6ba4efec368587d7dba4d095c5184cc3faa6 (diff)
downloadports-e6ed8e2faa9f11fd175d5f1abbdcc90518a17007.tar.gz
ports-e6ed8e2faa9f11fd175d5f1abbdcc90518a17007.zip
Submitted by: "Pyun YongHyeon" <yongari@kt-is.co.kr>
Reviewed by: maintainer Fix a build problem in bento.
Notes
Notes: svn path=/head/; revision=85744
Diffstat (limited to 'security/authpf')
-rw-r--r--security/authpf/Makefile2
-rw-r--r--security/authpf/pkg-install2
2 files changed, 2 insertions, 2 deletions
diff --git a/security/authpf/Makefile b/security/authpf/Makefile
index e50e5f9387ca..a978165efe2e 100644
--- a/security/authpf/Makefile
+++ b/security/authpf/Makefile
@@ -7,7 +7,7 @@
PORTNAME= authpf
PORTVERSION= 1.0
-PORTREVISION= 5
+PORTREVISION= 6
CATEGORIES= security ipv6
MASTER_SITES= http://pf4freebsd.love2party.net/
.if defined(WITH_ALTQ) && (${WITH_ALTQ} == "yes")
diff --git a/security/authpf/pkg-install b/security/authpf/pkg-install
index f587ed190601..3c4b8c54494c 100644
--- a/security/authpf/pkg-install
+++ b/security/authpf/pkg-install
@@ -56,7 +56,7 @@ check_group() {
#check
# We need a command 'pw(8)'
check_pw
- if pw groupshow $name -q ; then
+ if pw groupshow -n $name > /dev/null ; then
return 0
fi
if pw groupadd -g $id -n $name -N -q ; then