summaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authoragc <agc@pkgsrc.org>1999-04-07 10:25:11 +0000
committeragc <agc@pkgsrc.org>1999-04-07 10:25:11 +0000
commit86c624dc7a72585a0cbcb3e68cd95aac34a2c05e (patch)
treea7b46bbf526d0baff203c6f8d6abe4554a63f768 /sysutils
parentfda20b1789adc3da5f1c492d535d27737038789b (diff)
downloadpkgsrc-86c624dc7a72585a0cbcb3e68cd95aac34a2c05e.tar.gz
Avoid ugly "-n\n" output on Solaris when installing the package.
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/xosview/patches/patch-ab30
1 files changed, 30 insertions, 0 deletions
diff --git a/sysutils/xosview/patches/patch-ab b/sysutils/xosview/patches/patch-ab
new file mode 100644
index 00000000000..195f859d4d7
--- /dev/null
+++ b/sysutils/xosview/patches/patch-ab
@@ -0,0 +1,30 @@
+$NetBSD: patch-ab,v 1.7 1999/04/07 10:25:11 agc Exp $
+
+Avoid ugly "-n\n" output on Solaris.
+
+--- config/Makefile.top.in 1999/04/07 10:14:34 1.1
++++ config/Makefile.top.in 1999/04/07 10:17:30
+@@ -55,17 +55,20 @@
+ ## These next lines look really ugly. The echo statements are an
+ ## attempt to make the output look a little nicer. The "echo -n"
+ ## statements create a two-space indent at the beginning of the line.
++## They also don't work properly on Solaris (unless you have the
++## lottery of having /usr/ucb/echo found before /bin/echo in your
++## PATH), so delete them for just now.
+ install: xosview
+- @echo "Installing executable..."; echo -n " "
++ @echo "Installing executable..."
+ @INSTALL_PROGRAM@ @INSTALL_ARGS@ xosview $(BINDIR)
+- @echo "Installing application defaults..."; echo -n " "
++ @echo "Installing application defaults..."
+ @INSTALL_DATA@ Xdefaults $(XAPPLOADDIR)/XOsview
+ @echo "Making sure $(MANDIR) exists..."
+ @if [ ! -d $(MANDIR) ]; then \
+ echo "Making $(MANDIR)..."; \
+ mkdir $(MANDIR); \
+ fi
+- @echo "Installing man page..."; echo -n " "
++ @echo "Installing man page..."
+ @INSTALL_DATA@ xosview.1 $(MANDIR)
+
+ install-man: