rubstub shouldn't be installed setgid wheel. Bump PORTREVISION.
This commit is contained in:
parent
c90d3c5b7e
commit
9ddb7b920f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=46067
2 changed files with 12 additions and 0 deletions
|
@ -7,6 +7,7 @@
|
|||
|
||||
PORTNAME= ruboard
|
||||
PORTVERSION= 1.2.1
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= www russian
|
||||
MASTER_SITES= ftp://ftp.amsoft.ru/software/ruboard/
|
||||
|
||||
|
|
11
www/ruboard/files/patch-ab
Normal file
11
www/ruboard/files/patch-ab
Normal file
|
@ -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
|
Loading…
Reference in a new issue