diff options
author | ahoka <ahoka@pkgsrc.org> | 2009-10-19 01:53:20 +0000 |
---|---|---|
committer | ahoka <ahoka@pkgsrc.org> | 2009-10-19 01:53:20 +0000 |
commit | 08b7b8c30b660a9af22f081917c0bd7ecc5d0891 (patch) | |
tree | 59d2125eca9e8e2e50c4f536ce80027e6755427b /games/pokerth/Makefile | |
parent | caac2c07c7b38070fb8eed46d33a2bcf51d698c7 (diff) | |
download | pkgsrc-08b7b8c30b660a9af22f081917c0bd7ecc5d0891.tar.gz |
Pass PREFIX correctly instead of hacking the qmake files.
Diffstat (limited to 'games/pokerth/Makefile')
-rw-r--r-- | games/pokerth/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/pokerth/Makefile b/games/pokerth/Makefile index 1449d5d9a34..330f98103df 100644 --- a/games/pokerth/Makefile +++ b/games/pokerth/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2009/08/26 19:57:33 sno Exp $ +# $NetBSD: Makefile,v 1.5 2009/10/19 01:53:20 ahoka Exp $ # DISTNAME= PokerTH-0.7.1-src @@ -21,7 +21,7 @@ INSTALLATION_DIRS= bin lib ${PKGMANDIR}/man1 share/pokerth \ share/pixmaps share/applications do-configure: - cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${QTDIR}/bin/qmake pokerth.pro + cd ${WRKSRC} && ${QTDIR}/bin/qmake pokerth.pro ${MAKE_ENV} do-install: ${INSTALL_LIB} ${WRKSRC}/lib/* ${DESTDIR}${PREFIX}/lib |