aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/peps
diff options
context:
space:
mode:
authorstefan <stefan@FreeBSD.org>2007-09-29 15:43:55 +0800
committerstefan <stefan@FreeBSD.org>2007-09-29 15:43:55 +0800
commit32fa82a40b24833b69a225c00d41065ab8840af7 (patch)
treef92f9ccb077fc778692fa1b228435ccdf8c8dd79 /graphics/peps
parentd8e72d53a1555091279798e6311fbc1774fe5e9c (diff)
downloadfreebsd-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')
-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}
+