summaryrefslogtreecommitdiff
path: root/graphics/mtv
diff options
context:
space:
mode:
authortron <tron@pkgsrc.org>2000-05-17 10:06:44 +0000
committertron <tron@pkgsrc.org>2000-05-17 10:06:44 +0000
commitdacb4bb3e893a05a3df4c19aeeed67f57e25b5b6 (patch)
treecc19412f565c0d1886d5045753e1635cad12147e /graphics/mtv
parent679ed71d51e09ff1d01e7105043c3d4491eb8e30 (diff)
downloadpkgsrc-dacb4bb3e893a05a3df4c19aeeed67f57e25b5b6.tar.gz
Fix permissions of the documentation directory after installation.
Diffstat (limited to 'graphics/mtv')
-rw-r--r--graphics/mtv/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/mtv/Makefile b/graphics/mtv/Makefile
index 4dd6542ec7b..83ae6ed429d 100644
--- a/graphics/mtv/Makefile
+++ b/graphics/mtv/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2000/05/12 06:33:56 tron Exp $
+# $NetBSD: Makefile,v 1.17 2000/05/17 10:06:44 tron Exp $
DISTNAME= mtv-1.1.1.1
CATEGORIES= graphics
@@ -26,5 +26,6 @@ post-install:
.for FILE in mtv mtvp
${LN} -fs ../${EMULSUBDIR}/usr/X11R6/bin/${FILE} ${PREFIX}/bin
.endfor
+ ${CHMOD} +x ${PREFIX}/emul/linux/usr/doc/mtv
.include "../../emulators/suse_linux/suse.mk"