diff options
author | salo <salo@pkgsrc.org> | 2002-12-01 02:00:12 +0000 |
---|---|---|
committer | salo <salo@pkgsrc.org> | 2002-12-01 02:00:12 +0000 |
commit | e11e690bb2d90f5195692b97c2936276f9f1ac65 (patch) | |
tree | c8f867ca4e73517b6f22b94ac9e05bca4bc06aee /games/gnome-breakout | |
parent | f25fa1bb499d55decdf0353e4477a280985aadfa (diff) | |
download | pkgsrc-e11e690bb2d90f5195692b97c2936276f9f1ac65.tar.gz |
USE_PKGLOCALEDIR, delint.
Diffstat (limited to 'games/gnome-breakout')
-rw-r--r-- | games/gnome-breakout/Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/games/gnome-breakout/Makefile b/games/gnome-breakout/Makefile index 062c4adbd3d..7a0f550f06b 100644 --- a/games/gnome-breakout/Makefile +++ b/games/gnome-breakout/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2002/10/13 16:17:57 wiz Exp $ +# $NetBSD: Makefile,v 1.9 2002/12/01 02:00:13 salo Exp $ # DISTNAME= gnome-breakout-0.5.2 @@ -10,9 +10,10 @@ MAINTAINER= rh@netbsd.org HOMEPAGE= http://www.senet.com.au/~alcaron/software.html COMMENT= Gnome version of the classic breakout game -GNU_CONFIGURE= YES -USE_BUILDLINK2= YES -USE_X11BASE= YES +GNU_CONFIGURE= YES +USE_BUILDLINK2= YES +USE_PKGLOCALEDIR= YES +USE_X11BASE= YES post-install: ${TOUCH} /var/games/gnome-breakout.scores |