diff options
author | dholland <dholland@pkgsrc.org> | 2012-03-05 04:51:48 +0000 |
---|---|---|
committer | dholland <dholland@pkgsrc.org> | 2012-03-05 04:51:48 +0000 |
commit | f6f4aaf5632ad6e09a1a2ed7a448798d62f5de9b (patch) | |
tree | 772fc8ff24a79a0a9ab58a78cd6ea496db203e0e /games | |
parent | dc4dcb644db23d84fba84e53192c1cda770bc52d (diff) | |
download | pkgsrc-f6f4aaf5632ad6e09a1a2ed7a448798d62f5de9b.tar.gz |
Deploy INSTALLATION_DIRS to avoid installing the executable as the
bin dir, as happened in the QNX build posted a couple months ago.
Diffstat (limited to 'games')
-rw-r--r-- | games/qnetwalk/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/games/qnetwalk/Makefile b/games/qnetwalk/Makefile index 9133ba23a25..79eb1d94587 100644 --- a/games/qnetwalk/Makefile +++ b/games/qnetwalk/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2011/11/01 06:01:20 sbd Exp $ +# $NetBSD: Makefile,v 1.20 2012/03/05 04:51:48 dholland Exp $ # DISTNAME= qnetwalk-1.2 @@ -16,6 +16,8 @@ USE_TOOLS+= gmake USE_LANGUAGES= c c++ USE_LIBTOOL= YES +INSTALLATION_DIRS+= bin + QNETWALK_BIN= ${PREFIX}/bin QNETWALK_MAN= ${PREFIX}/${PKGMANDIR}/man6 QNETWALK_DATA= ${PREFIX}/share/games/${PKGBASE} |