diff options
author | stefan <stefan@FreeBSD.org> | 2007-09-29 15:43:55 +0800 |
---|---|---|
committer | stefan <stefan@FreeBSD.org> | 2007-09-29 15:43:55 +0800 |
commit | 32fa82a40b24833b69a225c00d41065ab8840af7 (patch) | |
tree | f92f9ccb077fc778692fa1b228435ccdf8c8dd79 /graphics/peps/files | |
parent | d8e72d53a1555091279798e6311fbc1774fe5e9c (diff) | |
download | freebsd-ports-gnome-32fa82a40b24833b69a225c00d41065ab8840af7.tar.gz freebsd-ports-gnome-32fa82a40b24833b69a225c00d41065ab8840af7.tar.zst freebsd-ports-gnome-32fa82a40b24833b69a225c00d41065ab8840af7.zip |
Fix permissions of documentation directory.
PR: 111974
Submitted by: Tsurutani Naoki <turutani@scphys.kyoto-u.ac.jp>
Diffstat (limited to 'graphics/peps/files')
-rw-r--r-- | graphics/peps/files/patch-Makefile | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/graphics/peps/files/patch-Makefile b/graphics/peps/files/patch-Makefile new file mode 100644 index 000000000000..257b2f66d410 --- /dev/null +++ b/graphics/peps/files/patch-Makefile @@ -0,0 +1,11 @@ +--- Makefile.orig Sat Sep 29 09:36:03 2007 ++++ Makefile Sat Sep 29 09:36:51 2007 +@@ -85,7 +85,7 @@ + install -p -m 755 peps${BINEXT} ${BINDIR} + install -p -m 444 peps.1 ${MAN1DIR} + install -p -m 644 peps.mime ${ETC} +- mkdir -m 644 -p ${DOCS} ++ mkdir -m 755 -p ${DOCS} + install -p -m 444 peps.pdf ${DOCS} + touch -r peps.c ${DOCS} + |