diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2001-08-11 06:59:03 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2001-08-11 06:59:03 +0000 |
commit | 81e805e9363e4879d34bff5585f38f4108932f80 (patch) | |
tree | dfbd99e1ce571222ea5cb387510a8f7529d86ef9 /comms/xcept | |
parent | 748f1412455670d002daeddc556bd69d30bb0d59 (diff) | |
download | ports-81e805e9363e4879d34bff5585f38f4108932f80.tar.gz ports-81e805e9363e4879d34bff5585f38f4108932f80.zip |
Notes
Diffstat (limited to 'comms/xcept')
-rw-r--r-- | comms/xcept/Makefile | 1 | ||||
-rw-r--r-- | comms/xcept/files/patch-ab | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/comms/xcept/Makefile b/comms/xcept/Makefile index 8eb603f62d98..20e40940e8b4 100644 --- a/comms/xcept/Makefile +++ b/comms/xcept/Makefile @@ -7,6 +7,7 @@ PORTNAME= xcept PORTVERSION= 2.1.2 +PORTREVISION= 1 CATEGORIES= comms MASTER_SITES= ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= asami/LOCAL_PORTS diff --git a/comms/xcept/files/patch-ab b/comms/xcept/files/patch-ab index cc2a89bdc5a8..1e1f31bc042c 100644 --- a/comms/xcept/files/patch-ab +++ b/comms/xcept/files/patch-ab @@ -17,7 +17,7 @@ -GROUP= sys -EXECMODE= 6750 +GROUP= bin -+EXECMODE= 04750 ++EXECMODE= 0750 +MANMODE= 0644 -BINDIR= /usr/local/bin# directory for the executable ceptd |