diff options
Diffstat (limited to 'www')
-rw-r--r-- | www/ruboard/Makefile | 1 | ||||
-rw-r--r-- | www/ruboard/files/patch-ab | 11 |
2 files changed, 12 insertions, 0 deletions
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 |