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 /cad/vipec/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 'cad/vipec/Makefile')
-rw-r--r-- | cad/vipec/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/cad/vipec/Makefile b/cad/vipec/Makefile index c045a1c11b8..16adfa3e960 100644 --- a/cad/vipec/Makefile +++ b/cad/vipec/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2000/03/23 22:07:17 dmcmahill Exp $ +# $NetBSD: Makefile,v 1.4 2000/03/28 00:09:23 dmcmahill Exp $ # DISTNAME= vipec-1.07 @@ -12,6 +12,10 @@ DEPENDS+= qt1-1.44:../../x11/qt1 USE_X11= yes +PATH= ${X11BASE}/qt1/bin:$$PATH + +MAKE_ENV+= "QTDIR=${X11BASE}/qt1" + do-install: ${INSTALL_PROGRAM} ${WRKSRC}/vipec ${PREFIX}/bin ${INSTALL_DATA_DIR} ${PREFIX}/share/examples/vipec |