diff options
author | jdolecek <jdolecek@pkgsrc.org> | 2003-08-11 17:28:20 +0000 |
---|---|---|
committer | jdolecek <jdolecek@pkgsrc.org> | 2003-08-11 17:28:20 +0000 |
commit | 5b646d8d9c863f7f38c829cfc61868750a74d6af (patch) | |
tree | 357f40af25e6f906599ace673ecf7b6a64c4a97d /chat/psi | |
parent | 4fc5371adda0e5b24a7d5bfb768ba482ddad141d (diff) | |
download | pkgsrc-5b646d8d9c863f7f38c829cfc61868750a74d6af.tar.gz |
this really doesn't need to be installed into X11BASE, so change to USE_X11
only and use PREFIX instead X11BASE as appropriate
this makes this package xpkgwedge friendly, too
Problem reported and fix provided in pkg/22440 by Juan RP
Diffstat (limited to 'chat/psi')
-rw-r--r-- | chat/psi/Makefile | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/chat/psi/Makefile b/chat/psi/Makefile index 1c9f1979ddb..1fbb7cd8cce 100644 --- a/chat/psi/Makefile +++ b/chat/psi/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.12 2003/08/11 17:25:04 jdolecek Exp $ +# $NetBSD: Makefile,v 1.13 2003/08/11 17:28:20 jdolecek Exp $ DISTNAME= psi-0.9 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= chat MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=psi/} EXTRACT_SUFX= .tar.bz2 @@ -15,7 +15,7 @@ DEPENDS+= psi-ssl>=2.0:../../chat/psi-ssl USE_BUILDLINK2= yes USE_GMAKE= yes USE_LIBTOOL= yes -USE_X11BASE= yes +USE_X11= yes HAS_CONFIGURE= yes CONFIGURE_ARGS+= -p ${PREFIX} @@ -30,11 +30,11 @@ post-configure: do-install: cd ${WRKSRC} && ${QTDIR}/bin/lrelease psi.pro - ${INSTALL_DATA_DIR} ${X11BASE}/share/psi + ${INSTALL_DATA_DIR} ${PREFIX}/share/psi cd ${WRKSRC} && ${CP} -f -pR image iconsets sound certs lang/*.qm \ README COPYING \ - ${X11BASE}/share/psi/ - cd ${WRKSRC} && ${CP} -f psi ${X11BASE}/bin/psi + ${PREFIX}/share/psi/ + cd ${WRKSRC} && ${CP} -f psi ${PREFIX}/bin/psi .include "../../x11/qt3-libs/buildlink2.mk" BUILDLINK_DEPENDS.qt3-tools= qt3-tools>=3.1.2nb2 # need lrelease |