diff options
author | jmc <jmc> | 2003-09-03 03:47:01 +0000 |
---|---|---|
committer | jmc <jmc> | 2003-09-03 03:47:01 +0000 |
commit | 610b331d88dc3bc8ea9d48144ceb26d8ec003ec1 (patch) | |
tree | f1cec98a335edff1cd5076fbc7b8675381548e35 /games | |
parent | 701e486be8d0e1d88c3e5b9b74316bd0e44301f2 (diff) | |
download | pkgsrc-610b331d88dc3bc8ea9d48144ceb26d8ec003ec1.tar.gz |
Remove bogus DEINSTALL_EXTRA_TMPL line
Diffstat (limited to 'games')
-rw-r--r-- | games/gnome2-games/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/games/gnome2-games/Makefile b/games/gnome2-games/Makefile index 774d301c7f7..2cad96f284d 100644 --- a/games/gnome2-games/Makefile +++ b/games/gnome2-games/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2003/08/30 22:51:18 jlam Exp $ +# $NetBSD: Makefile,v 1.10 2003/09/03 03:47:01 jmc Exp $ DISTNAME= gnome-games-2.2.1 PKGREVISION= 4 @@ -24,7 +24,6 @@ USE_LIBTOOL= yes LIBTOOL_OVERRIDE= ${WRKSRC}/libtool USE_PKGINSTALL= yes -DEINSTALL_EXTRA_TMPL+= ${.CURDIR}/DEINSTALL INSTALL_EXTRA_TMPL+= ${.CURDIR}/INSTALL GNU_CONFIGURE= yes |