diff options
author | bouyer <bouyer> | 2002-10-23 09:30:39 +0000 |
---|---|---|
committer | bouyer <bouyer> | 2002-10-23 09:30:39 +0000 |
commit | a6254fb919dd1aed995914e68ffdd5cb74e3fab2 (patch) | |
tree | bc8db35749e80c1cd4b24197545642073452c114 /games | |
parent | b642a38d51b4ce01338237eed10bbc7193708de6 (diff) | |
download | pkgsrc-a6254fb919dd1aed995914e68ffdd5cb74e3fab2.tar.gz |
Use ${LOCALBASE}/bin/libtoolize; ${PREFIX} may point to something else,
e.g /usr/X11R6
Diffstat (limited to 'games')
-rw-r--r-- | games/gnome-games/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/gnome-games/Makefile b/games/gnome-games/Makefile index 39bf2b9ba08..3b4cc4a3dbf 100644 --- a/games/gnome-games/Makefile +++ b/games/gnome-games/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.43 2002/10/19 10:54:52 rh Exp $ +# $NetBSD: Makefile,v 1.44 2002/10/23 09:30:39 bouyer Exp $ DISTNAME= gnome-games-1.4.0.4 PKGREVISION= 2 @@ -41,7 +41,7 @@ post-patch: < gnect/src/connect4.c.broken > gnect/src/connect4.c pre-configure: - cd ${WRKSRC} && ${PREFIX}/bin/libtoolize --force --copy + cd ${WRKSRC} && ${LOCALBASE}/bin/libtoolize --force --copy cd ${WRKSRC} && ${ACLOCAL} -I macros cd ${WRKSRC} && ${AUTOHEADER} cd ${WRKSRC} && ${AUTOMAKE} --add-missing --gnu |