diff options
author | Peter Pentchev <roam@FreeBSD.org> | 2004-04-20 08:33:16 +0000 |
---|---|---|
committer | Peter Pentchev <roam@FreeBSD.org> | 2004-04-20 08:33:16 +0000 |
commit | b9a73ac49a95a418465a0314ce280a8e0cc88379 (patch) | |
tree | 554b6310236609dbfc8c0be5e5228aa6e40dbb2b /www/publicfile | |
parent | 51a533fbd2ff67d4333f0a6e293e357af95ce050 (diff) | |
download | ports-b9a73ac49a95a418465a0314ce280a8e0cc88379.tar.gz ports-b9a73ac49a95a418465a0314ce280a8e0cc88379.zip |
Notes
Diffstat (limited to 'www/publicfile')
-rw-r--r-- | www/publicfile/Makefile | 1 | ||||
-rw-r--r-- | www/publicfile/files/patch-hier.c | 14 |
2 files changed, 15 insertions, 0 deletions
diff --git a/www/publicfile/Makefile b/www/publicfile/Makefile index 0b68c9ca1b23..5e9ce066be84 100644 --- a/www/publicfile/Makefile +++ b/www/publicfile/Makefile @@ -7,6 +7,7 @@ PORTNAME= publicfile PORTVERSION= 0.52 +PORTREVISION= 1 CATEGORIES= www ftp MASTER_SITES= http://cr.yp.to/publicfile/ \ ftp://cr.yp.to/publicfile/ diff --git a/www/publicfile/files/patch-hier.c b/www/publicfile/files/patch-hier.c new file mode 100644 index 000000000000..587e3885207b --- /dev/null +++ b/www/publicfile/files/patch-hier.c @@ -0,0 +1,14 @@ +--- hier.c.orig Tue Apr 20 11:26:00 2004 ++++ hier.c Tue Apr 20 11:26:06 2004 +@@ -2,9 +2,9 @@ + + void hier() + { +- h(auto_home,-1,-1,02755); ++ h(auto_home,-1,-1,0755); + +- d(auto_home,"bin",-1,-1,02755); ++ d(auto_home,"bin",-1,-1,0755); + + c(auto_home,"bin","configure",-1,-1,0755); + c(auto_home,"bin","httpd",-1,-1,0755); |