diff options
author | grant <grant> | 2002-11-30 14:45:33 +0000 |
---|---|---|
committer | grant <grant> | 2002-11-30 14:45:33 +0000 |
commit | a277449c2e1fdeaa630be985f4c71d4bbf72b0f0 (patch) | |
tree | 214a79912fc7e937bb5facb51c0beb02013c1f3e /games/baduki | |
parent | 3f545e969b0e91ef8a807139b36981d7a4bc5e5a (diff) | |
download | pkgsrc-a277449c2e1fdeaa630be985f4c71d4bbf72b0f0.tar.gz |
USE_PKGLOCALEDIR.
Diffstat (limited to 'games/baduki')
-rw-r--r-- | games/baduki/Makefile | 11 | ||||
-rw-r--r-- | games/baduki/patches/patch-ac | 14 |
2 files changed, 6 insertions, 19 deletions
diff --git a/games/baduki/Makefile b/games/baduki/Makefile index b024586a677..f23bb90aef8 100644 --- a/games/baduki/Makefile +++ b/games/baduki/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.24 2002/09/21 12:40:10 jlam Exp $ +# $NetBSD: Makefile,v 1.25 2002/11/30 14:45:33 grant Exp $ DISTNAME= baduki-0.2.9 CATEGORIES= games @@ -8,11 +8,12 @@ MAINTAINER= bad@netbsd.org HOMEPAGE= http://soback.kornet21.net/~artist/baduk/baduki.html COMMENT= Go playing program based on xamigo -BUILD_USES_MSGFMT= YES -USE_BUILDLINK2= YES -USE_X11= YES +BUILD_USES_MSGFMT= # defined +USE_BUILDLINK2= # defined +USE_X11= # defined -GNU_CONFIGURE= YES +GNU_CONFIGURE= # defined +USE_PKGLOCALEDIR= # defined CONFIGURE_ARGS+= --without-included-gettext .include "../../devel/gettext-lib/buildlink2.mk" diff --git a/games/baduki/patches/patch-ac b/games/baduki/patches/patch-ac deleted file mode 100644 index f7ee683d9d2..00000000000 --- a/games/baduki/patches/patch-ac +++ /dev/null @@ -1,14 +0,0 @@ -$NetBSD: patch-ac,v 1.1.1.1 1999/01/31 22:03:43 bad Exp $ - ---- po/Makefile.in.in.orig Sat Oct 3 02:07:54 1998 -+++ po/Makefile.in.in Wed Jan 27 21:11:25 1999 -@@ -19,8 +19,8 @@ - prefix = @prefix@ - exec_prefix = @exec_prefix@ - datadir = $(prefix)/@DATADIRNAME@ --localedir = $(datadir)/locale - gnulocaledir = $(prefix)/share/locale -+localedir = $(gnulocaledir) - gettextsrcdir = $(prefix)/share/gettext/po - subdir = po - |