summaryrefslogtreecommitdiff
path: root/net/ttt
diff options
context:
space:
mode:
authorjoerg <joerg>2010-02-19 15:34:10 +0000
committerjoerg <joerg>2010-02-19 15:34:10 +0000
commit8acb64a78977d7e6cb45491d3601391e4dca7c67 (patch)
tree86a5531a6fdc62c0ac45ce8b8d5058a8e884ed8f /net/ttt
parent5d91a3b5847b414857a8d2e773f936962eb57640 (diff)
downloadpkgsrc-8acb64a78977d7e6cb45491d3601391e4dca7c67.tar.gz
Allow unprivileged installation.
Diffstat (limited to 'net/ttt')
-rw-r--r--net/ttt/patches/patch-ae25
1 files changed, 25 insertions, 0 deletions
diff --git a/net/ttt/patches/patch-ae b/net/ttt/patches/patch-ae
new file mode 100644
index 00000000000..eb80cf4782d
--- /dev/null
+++ b/net/ttt/patches/patch-ae
@@ -0,0 +1,25 @@
+$NetBSD: patch-ae,v 1.1 2010/02/19 15:38:07 joerg Exp $
+
+--- Makefile.in.orig 2010-02-19 15:34:56.000000000 +0000
++++ Makefile.in
+@@ -94,17 +94,16 @@ text_viewer.o: viewer.c
+
+ install: all
+ for i in ttt tttprobe tttview; do \
+- $(INSTALL) -m 555 -o bin -g bin $$i $(bindir); \
++ $(BSD_INSTALL_PROGRAM) $$i $(bindir); \
+ done
+ if [ ! -d $(libdir) ]; then \
+ mkdir $(libdir); \
+ fi
+- $(INSTALL) -m 444 -o bin -g bin ttt.tcl $(libdir)
++ $(BSD_INSTALL_SCRIPT) ttt.tcl $(libdir)
+
+ install-man:
+ for i in ttt tttprobe tttview; do \
+- $(INSTALL) -m 444 -o bin -g bin $$i.1 \
+- $(mandir)/man1; \
++ $(BSD_INSTALL_MAN) $$i.1 $(mandir)/man1; \
+ done
+
+ clean: