1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-19 03:52:17 +00:00
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

12 lines
335 B
Plaintext

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