diff options
author | dmcmahill <dmcmahill@pkgsrc.org> | 2000-03-28 00:09:19 +0000 |
---|---|---|
committer | dmcmahill <dmcmahill@pkgsrc.org> | 2000-03-28 00:09:19 +0000 |
commit | 07c67df8fdbb88d9d46d88ffe78dba3ef8941b5c (patch) | |
tree | c5f4a711bf29a6633f7270cfd946002d75aceb5f /audio/musicbox/Makefile | |
parent | 409b187529a3385fa5331632f889f11d6a5bee9e (diff) | |
download | pkgsrc-07c67df8fdbb88d9d46d88ffe78dba3ef8941b5c.tar.gz |
make qt1 install in its own directory instead of renaming its installed
components. This allows users of Qt to specify QTDIR=/path/to/qt instead
of having to patch all configure scripts and makefiles to look for alternate
names. This is the recommended approach from Troll Tech (Qt authors).
update pkgs which use qt1 to reflect this.
Diffstat (limited to 'audio/musicbox/Makefile')
-rw-r--r-- | audio/musicbox/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/audio/musicbox/Makefile b/audio/musicbox/Makefile index 701ee051b8e..02755b2b04f 100644 --- a/audio/musicbox/Makefile +++ b/audio/musicbox/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2000/03/23 21:34:20 dmcmahill Exp $ +# $NetBSD: Makefile,v 1.4 2000/03/28 00:09:20 dmcmahill Exp $ DISTNAME= musicbox-1.01p2 CATEGORIES= audio @@ -14,6 +14,8 @@ USE_X11= yes WRKSRC= ${WRKDIR}/musicbox-1.01 +PATH= ${X11BASE}/qt1/bin:$$PATH + do-install: ${INSTALL_PROGRAM} ${WRKSRC}/musicbox ${PREFIX}/bin ${MKDIR} ${PREFIX}/share/doc/musicbox |