diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2001-08-11 07:27:44 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2001-08-11 07:27:44 +0000 |
commit | 9ddb7b920fb861ffa1d47d00e19398a43ca2dd9c (patch) | |
tree | 0211e7069ead036cb9e1329f68116b1781e03063 /www/ruboard | |
parent | c90d3c5b7e42ea9e594ee0746f572427ec178e5b (diff) | |
download | ports-9ddb7b920fb861ffa1d47d00e19398a43ca2dd9c.tar.gz ports-9ddb7b920fb861ffa1d47d00e19398a43ca2dd9c.zip |
Notes
Diffstat (limited to 'www/ruboard')
-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 |