freebsd-ports/graphics/peps/files/patch-Makefile
Stefan Walter f19a954831 Fix permissions of documentation directory.
PR:		111974
Submitted by:	Tsurutani Naoki <turutani@scphys.kyoto-u.ac.jp>
2007-09-29 07:43:55 +00:00

11 lines
335 B
Text

--- 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}