summaryrefslogtreecommitdiff
path: root/x11-toolkits/qt22
diff options
context:
space:
mode:
authorAndreas Klemm <andreas@FreeBSD.org>1998-08-11 13:19:14 +0000
committerAndreas Klemm <andreas@FreeBSD.org>1998-08-11 13:19:14 +0000
commit3827f97a3c06e9ef7ee1d8c02335359d048cbf7e (patch)
tree701da19f99f2fc8c69493bbf3a2a0cc7eec3babb /x11-toolkits/qt22
parentUpdate info. (diff)
use PREFIX instead of a mix of X11BASE and PREFIX
PR: closes 7572 Submitted by: Martin Cracauer <cracauer@cons.org>
Notes
Notes: svn path=/head/; revision=12447
Diffstat (limited to 'x11-toolkits/qt22')
-rw-r--r--x11-toolkits/qt22/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/x11-toolkits/qt22/Makefile b/x11-toolkits/qt22/Makefile
index 367ee14d4296..53262e1118dd 100644
--- a/x11-toolkits/qt22/Makefile
+++ b/x11-toolkits/qt22/Makefile
@@ -3,7 +3,7 @@
# Date created: 30 Jul 1996
# Whom: searle@longacre.demon.co.uk
#
-# $Id: Makefile,v 1.20 1998/08/05 09:31:46 asami Exp $
+# $Id: Makefile,v 1.21 1998/08/07 22:56:39 asami Exp $
#
DISTNAME= qt-${MAJ}.${MIN}
@@ -116,10 +116,10 @@ post-configure:
cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${GMAKE} freebsd-g++-shared
do-install:
- ${INSTALL_PROGRAM} $(WRKDIR)/qt-${MAJ}.${MIN}/bin/moc $(X11BASE)/bin
+ ${INSTALL_PROGRAM} $(WRKDIR)/qt-${MAJ}.${MIN}/bin/moc $(PREFIX)/bin
${INSTALL_DATA} $(WRKDIR)/qt-${MAJ}.${MIN}/lib/libqt.so.${MAJ}.${MIN} \
- $(X11BASE)/lib
- ${LN} -sf $(X11BASE)/lib/libqt.so.${MAJ}.${MIN} $(X11BASE)/lib/libqt.so
+ $(PREFIX)/lib
+ ${LN} -sf $(PREFIX)/lib/libqt.so.${MAJ}.${MIN} $(PREFIX)/lib/libqt.so
${LDCONFIG} -m $(PREFIX)/lib
${MKDIR} $(PREFIX)/include/X11/qt
${INSTALL_DATA} $(WRKDIR)/qt-${MAJ}.${MIN}/include/* \