Fix permissions of documentation directory.
PR: 111974 Submitted by: Tsurutani Naoki <turutani@scphys.kyoto-u.ac.jp>
This commit is contained in:
parent
0368eeb7ef
commit
f19a954831
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=200319
@ -7,7 +7,7 @@
|
||||
|
||||
PORTNAME= peps
|
||||
PORTVERSION= 2.0
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= graphics
|
||||
MASTER_SITES= ftp://ftp.peps.redprince.net/unix/peps/ \
|
||||
http://www.peps.redprince.net/peps/2.0/
|
||||
|
11
graphics/peps/files/patch-Makefile
Normal file
11
graphics/peps/files/patch-Makefile
Normal file
@ -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}
|
||||
|
Loading…
Reference in New Issue
Block a user