summaryrefslogtreecommitdiff
path: root/games/lbreakout2
diff options
context:
space:
mode:
authorjlam <jlam>2005-06-17 04:49:45 +0000
committerjlam <jlam>2005-06-17 04:49:45 +0000
commit79688a7f5250bd47f328e560936fb29816443112 (patch)
tree60b722189a49bfe1537f12edb5ede23f86aeb41e /games/lbreakout2
parenta4f055ba26863956147b0f0f2d789a3a17cb4fb0 (diff)
downloadpkgsrc-79688a7f5250bd47f328e560936fb29816443112.tar.gz
Fix inappropriate uses of ${LOCALBASE} or ${X11PREFIX} instead of
${PREFIX}.
Diffstat (limited to 'games/lbreakout2')
-rw-r--r--games/lbreakout2/Makefile6
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