From 9ddb7b920fb861ffa1d47d00e19398a43ca2dd9c Mon Sep 17 00:00:00 2001 From: Kris Kennaway Date: Sat, 11 Aug 2001 07:27:44 +0000 Subject: rubstub shouldn't be installed setgid wheel. Bump PORTREVISION. --- www/ruboard/Makefile | 1 + www/ruboard/files/patch-ab | 11 +++++++++++ 2 files changed, 12 insertions(+) create mode 100644 www/ruboard/files/patch-ab (limited to 'www/ruboard') diff --git a/www/ruboard/Makefile b/www/ruboard/Makefile index 8f622e5ca94b..973ef28b369b 100644 --- a/www/ruboard/Makefile +++ b/www/ruboard/Makefile @@ -7,6 +7,7 @@ PORTNAME= ruboard PORTVERSION= 1.2.1 +PORTREVISION= 1 CATEGORIES= www russian MASTER_SITES= ftp://ftp.amsoft.ru/software/ruboard/ diff --git a/www/ruboard/files/patch-ab b/www/ruboard/files/patch-ab new file mode 100644 index 000000000000..3ffa5d2f3d8f --- /dev/null +++ b/www/ruboard/files/patch-ab @@ -0,0 +1,11 @@ +--- src/Makefile.orig Sat Aug 11 00:21:57 2001 ++++ src/Makefile Sat Aug 11 00:22:02 2001 +@@ -19,7 +19,7 @@ + all: .all rubstub + + install: .install rubstub +- install -c -s -m 6511 $(BOWNER) rubstub $(BINDIR)/rubstub ++ install -c -s -m 4511 $(BOWNER) rubstub $(BINDIR)/rubstub + + clean: .clean + rm -f rubstub rubstub.c -- cgit v1.2.3