diff options
author | jlam <jlam@pkgsrc.org> | 2001-05-02 16:34:57 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2001-05-02 16:34:57 +0000 |
commit | 7c62258322eb05858e792788ecd6b80d589995a1 (patch) | |
tree | f093bee3d85d3585928dd3c2efb5a5b4bc1aef85 /games/freeciv-share/Makefile.common | |
parent | 80ec11b64ee1c968f483be609996c55167a77f05 (diff) | |
download | pkgsrc-7c62258322eb05858e792788ecd6b80d589995a1.tar.gz |
Share the distinfo file in freeciv-share. Remove unnecessary patch
and remove build dependency on autoconf: we now install the locale files
properly under ${PKGLOCALEDIR}.
Diffstat (limited to 'games/freeciv-share/Makefile.common')
-rw-r--r-- | games/freeciv-share/Makefile.common | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/games/freeciv-share/Makefile.common b/games/freeciv-share/Makefile.common index 4159a3156f3..8a628b6042b 100644 --- a/games/freeciv-share/Makefile.common +++ b/games/freeciv-share/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.6 2001/03/27 03:19:57 hubertf Exp $ +# $NetBSD: Makefile.common,v 1.7 2001/05/02 16:34:58 jlam Exp $ DISTNAME= freeciv-${FC_VERS} FC_VERS= 1.11.4 @@ -10,17 +10,13 @@ EXTRACT_SUFX= .tar.bz2 MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.freeciv.org/ -BUILD_DEPENDS+= autoconf-2.13:../../devel/autoconf -BUILD_USES_MSGFMT= yes +BUILD_USES_MSGFMT= # defined -FILESDIR= ${.CURDIR}/../../games/freeciv-share/files +DISTINFO_FILE= ${.CURDIR}/../../games/freeciv-share/distinfo PATCHDIR= ${.CURDIR}/../../games/freeciv-share/patches GNU_CONFIGURE= # defined CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS}" -USE_LIBINTL= yes - -pre-configure: - cd ${WRKSRC} && ${LOCALBASE}/bin/autoreconf +USE_LIBINTL= # defined .include "../../mk/bsd.pkg.mk" |