summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorStefan Walter <stefan@FreeBSD.org>2007-09-29 07:43:55 +0000
committerStefan Walter <stefan@FreeBSD.org>2007-09-29 07:43:55 +0000
commitf19a954831fd2326adb80d73861e317ff588308a (patch)
tree59cf3ba65d92386e227ceda780eb0485924ee4c2 /graphics
parentUpdate to 4.0 release. (diff)
Fix permissions of documentation directory.
PR: 111974 Submitted by: Tsurutani Naoki <turutani@scphys.kyoto-u.ac.jp>
Notes
Notes: svn path=/head/; revision=200319
Diffstat (limited to 'graphics')
-rw-r--r--graphics/peps/Makefile2
-rw-r--r--graphics/peps/files/patch-Makefile11
2 files changed, 12 insertions, 1 deletions
diff --git a/graphics/peps/Makefile b/graphics/peps/Makefile
index b91ba707b399..c27c1c98b533 100644
--- a/graphics/peps/Makefile
+++ b/graphics/peps/Makefile
@@ -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/
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}
+