diff options
author | ijliao <ijliao@FreeBSD.org> | 2002-09-18 19:13:27 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2002-09-18 19:13:27 +0800 |
commit | 2ce083d9887a30aa19afcedec149698c219d24a8 (patch) | |
tree | 0e1a61b0ce251017aa9736c10919ce143a6a06b3 /editors/joe2/Makefile | |
parent | 7e944a1db25d30c2ce15966cb08b225910aeddbd (diff) | |
download | freebsd-ports-gnome-2ce083d9887a30aa19afcedec149698c219d24a8.tar.gz freebsd-ports-gnome-2ce083d9887a30aa19afcedec149698c219d24a8.tar.zst freebsd-ports-gnome-2ce083d9887a30aa19afcedec149698c219d24a8.zip |
drop sgid/suid on backup files
PR: 42920
Submitted by: maintainer
Diffstat (limited to 'editors/joe2/Makefile')
-rw-r--r-- | editors/joe2/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/joe2/Makefile b/editors/joe2/Makefile index 06ec3e8aa397..fc9008a66f29 100644 --- a/editors/joe2/Makefile +++ b/editors/joe2/Makefile @@ -7,7 +7,7 @@ PORTNAME= joe PORTVERSION= 2.8 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES+= editors MASTER_SITES= ftp://ftp.std.com/src/editors/ DISTNAME= ${PORTNAME}${PORTVERSION} |