diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-12-19 08:34:53 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-12-19 08:34:53 +0000 |
commit | 2f6fb4ef8c89c9f19a9bf14f1ad246ba56e157b2 (patch) | |
tree | bb5c6aa8636eda71a57d5817384c5f4b90ec7e0d /audio/rosegarden/files/patch-ad | |
parent | - Add MASTER_SITE_XCONTRIB to MASTER_SITES. (diff) |
- Update MASTER_SITES
- Support PREFIX properly
- Fix configure error under XFree86 4.x
PR: 23621
Submitted by: Ports Furry
No response from: maintainer
Diffstat (limited to 'audio/rosegarden/files/patch-ad')
-rw-r--r-- | audio/rosegarden/files/patch-ad | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/audio/rosegarden/files/patch-ad b/audio/rosegarden/files/patch-ad index 99328e2196ef..4083055b9715 100644 --- a/audio/rosegarden/files/patch-ad +++ b/audio/rosegarden/files/patch-ad @@ -1,5 +1,6 @@ -Index: do-install -@@ -1,27 +1,23 @@ +--- do-install.orig Wed Oct 22 06:20:43 1997 ++++ do-install Wed Dec 13 03:31:28 2000 +@@ -1,34 +1,30 @@ #!/bin/sh -BINDIR=/usr/local/bin @@ -40,6 +41,14 @@ Index: do-install ROSELIBDIR=$LIBDIR/rosegarden + ( set -x + + $install -d $BINDIR +-$install -s -c ./bin/rosegarden $BINDIR ++$install -s -c ./bin/rosegarden $BINDIR/rosegarden-bin + + $install -d $ROSELIBDIR/bin + $install -s -c ./bin/sequencer $ROSELIBDIR/bin @@ -46,20 +42,20 @@ $install -c -m 644 ./common/help/rosehelp.hnx $ROSELIBDIR/help |