diff options
author | jlam <jlam@pkgsrc.org> | 2005-06-17 04:49:45 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2005-06-17 04:49:45 +0000 |
commit | ac9cb019e001134dcd0b8c87252ac132b04938fd (patch) | |
tree | 60b722189a49bfe1537f12edb5ede23f86aeb41e /games/lbreakout2/Makefile | |
parent | 96a5c75c9ae0d944d15cdb87d15b32f11c36d448 (diff) | |
download | pkgsrc-ac9cb019e001134dcd0b8c87252ac132b04938fd.tar.gz |
Fix inappropriate uses of ${LOCALBASE} or ${X11PREFIX} instead of
${PREFIX}.
Diffstat (limited to 'games/lbreakout2/Makefile')
-rw-r--r-- | games/lbreakout2/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/games/lbreakout2/Makefile b/games/lbreakout2/Makefile index b536b9af1f4..2d973978060 100644 --- a/games/lbreakout2/Makefile +++ b/games/lbreakout2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2005/06/01 18:02:51 jlam Exp $ +# $NetBSD: Makefile,v 1.19 2005/06/17 04:49:46 jlam Exp $ DISTNAME= lbreakout2-2.5.2 PKGREVISION= 1 @@ -10,8 +10,8 @@ HOMEPAGE= http://lgames.sourceforge.net/ COMMENT= Breakout-style arcade game GNU_CONFIGURE= yes -CONFIGURE_ARGS+= --with-highscore-path=${LOCALBASE}/share/games/ \ - --with-docdir=${LOCALBASE}/share/doc/html +CONFIGURE_ARGS+= --with-highscore-path=${PREFIX}/share/games/ \ + --with-docdir=${PREFIX}/share/doc/html LDFLAGS.SunOS+= -lsocket -lnsl |